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,999 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
Nov 5, 2019 - 653 commits
- Kotlin
I am using retrofit 2 and I was wondering if i have to call the close function when receiving an error body or retrofit closes it automatically?.
public void onResponse(Call call, Response response) {
if (response.isSuccessful()) {
// Success
} else {
response.errorBody().close(); ???????????????????
}
}
Thank you
A collection of various awesome lists for hackers, pentesters and security researchers
-
Updated
Nov 5, 2019 - 106 commits
A categorized collection of Android Open Source Projects, More powerful web version:
-
Updated
Nov 5, 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
🚀 The easiest way to automate building and releasing your iOS and Android apps
-
Updated
Nov 5, 2019 - 15 commits
- Ruby
The hosts feature introduced in #2162 seem only to support mapping domains to single IPs. Adding round-robin DNS Cloaking support may make this feature much more flexible. An existing example of round-robin DNS Cloaking can be found here ([source](https://github.com/jedisct1/dnscrypt-proxy/blob/master/dnscrypt
Version: 2.0.0-beta3
Suggestions:
During running LeakCanary against an app, I occasionally see the following notification.
1 retained objects, tap to dump heap
App visible, waiting until retained objects
When I exit the app, a new notification suggesting the retained object is garbage collected.
From what I gather, it seems to mean LeakCanary find objects that might or
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Nov 5, 2019 - 1 commits
- Dart
作者:常见问题
BRVAH:Powerful and flexible RecyclerAdapter
-
Updated
Nov 5, 2019 - 1 commits
- Java
Do's and Don'ts for Android development, by Futurice developers
-
Updated
Nov 5, 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
A
buttons_tests.dartfile exists that contains tests for different buttons likeFlatButton,RaisedButtonandMaterialButtonexist, even thoughflat_button_test.dart,raised_button_test.dart, andmaterial_button_test.dartexist.We should really split up these tests into their respective files.
Edit: An attempt was made to conduct the entire refactor in one PR. It turned out to