
Android
Android was designed and built by Google in 2008. The operating system is written mainly in Java, with core components in C and C++. It is built on top of the Linux kernel, giving it incorporated security benefits.
-
- Sign up for GitHub or sign in to edit this page
- Created by Google
- Released September 23, 2008
Here are 58,241 public repositories matching this topic...
Stuff like:
- HTTP caching heuristics source?
- what it means if cacheResponse() and networkResponse() are both non-null (issue #4539)
- why you need to read the entire response before an entry is stored
- the cache must not compete with other processes for the same directory
- pruning the cache manually
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
-
Updated
Oct 16, 2019 - 653 commits
- Kotlin
In protobuf documents it's recommended to use protobuf-lite
instead of protobuf
Android projects: no default output will be added. Since Protobuf 3.0.0, protobuf-lite is the recommended Protobuf library for Android, and you will need to add it as a codegen plugin.
But protobuf-convertor
has a dependency for `protobuf
A collection of various awesome lists for hackers, pentesters and security researchers
-
Updated
Oct 16, 2019 - 106 commits
A categorized collection of Android Open Source Projects, More powerful web version:
-
Updated
Oct 16, 2019 - 952 commits
I am profiling memory on my app usage and was looking at the built-in tremMemory(int level)
methods in LruResourceCache
and LruBitmapPool
to see what their behavior is when I invoke them from my application's onTrimMemory
method. The trim memory levels are documented here.
Here is Glide's implementation
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](https:/
shadowsocks/shadowsocks-android#1328
I currently use Tasker to turn off Shadowsocks on standby to avoid this problem, but the TV client does not support the Tasker plugin.
Add Tasker plugin support to the TV client, just like the Android version.
Problem causes
CiNcH83/bravia_atv2#27
https://square.github.io/leakcanary/upgrading-to-leakcanary-2.0/
says now it does not have leakcanary-android-no-op but only:
dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-3'
}
in our app with 1.6.3 we have
//leakcanary
deps.leakcanary = "com.squareup.leakcanary:leakcanary-android:1.6.3"
deps.leakcanary_no_op = "com.squareup.l
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Oct 16, 2019 - 1 commits
- Dart
作者:常见问题
BRVAH:Powerful and flexible RecyclerAdapter
-
Updated
Oct 16, 2019 - 1 commits
- Java
Do's and Don'ts for Android development, by Futurice developers
-
Updated
Oct 16, 2019 - 247 commits
Is your feature request related to a problem? Please describe.
UIApplication#openURL(_:)
is deprecated since iOS 10. It appears to be available still in iOS 12, but it will eventually need to be replaced and I could not find an issue for this.
This is used by tns-core-modules/utils
's openUrl
[here](https
We've recently updated our github workflow to have 3 branches:
master
- current version on npm that's live
next
- upcoming features and changes
patch
- bug fixes (usually released within a day)
We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.
Learn about android
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
Issue Description
Method
Future<LatLng> getLatLng(ScreenCoordinate screenCoordinate)
returns different results for the sameScreenCoordinate
on iOS and Android.Steps to Reproduce
GoogleMap
widget filling entire device screen.initialCameraPosition.target
to (lat; lng) coordinates.GoogleMapController
inonMapCreated
handler.onCameraIdle