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 57,442 public repositories matching this topic...
:books: 免费的计算机编程类中文书籍,欢迎投稿
-
Updated
Sep 25, 2019 - 885 commits
- 103 contributors
Material Design icons by Google
-
Updated
Sep 24, 2019 - 124 commits
- 17 contributors
- CSS
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
Sep 24, 2019 - 653 commits
- 50 contributors
- 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
Sep 24, 2019 - 102 commits
- 13 contributors
A categorized collection of Android Open Source Projects, More powerful web version:
-
Updated
Sep 24, 2019 - 952 commits
- 113 contributors
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
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
-
Updated
Sep 25, 2019 - 9 commits
- 416 contributors
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
Sep 25, 2019 - 1 commits
- 191 contributors
- Dart
作者:常见问题
Do's and Don'ts for Android development, by Futurice developers
-
Updated
Sep 24, 2019 - 247 commits
- 49 contributors
BRVAH:Powerful and flexible RecyclerAdapter
-
Updated
Sep 25, 2019 - 1 commits
- 39 contributors
- Java
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
The border does not render correctly. See code below.
<Avatar
avatarStyle={props.avatarStyle}
rounded
size={props.size || 'medium'}
icon={{name: 'face', type: 'material', color: Colors.primary}}
overlayContainerStyle={getStyle('overlay', theme)}
onPress={props.onPress}
activeOpacity={0.7}
containerStyle={getStyle('container', theme)
Learn about android
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
As part of flutter/engine#11798 we found that the delegate wasn't declared properly as an instance variable.
We need to go through our codebase and ensure that where we expect to declare instance variables, they're done correctly.