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.
Here are 68,986 public repositories matching this topic...
-
Updated
Jul 13, 2020
-
Updated
May 18, 2020
Currently, OkHttp reaps "idle" connections (i.e. connections not in use) if either of the following is true:
- a connection has not been used in a period greater than the idle timeout, or
- the number of idle connections is greater than some threshold
if (longestIdleDurationNs >= this.keepAliveDurationNs
|| idleConnectionCount > this.maxIdleConnections) {
-
Updated
Jul 17, 2020 - Kotlin
-
Updated
Jul 10, 2020 - Java
-
Updated
Jun 11, 2020
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Open Shadowsocks app
- Click on bottom of the screen "Connected, tap to check ..."
- "Success: HTTPS handshake took ..." info cannot display the 2nd line
Expected behavior
The info should be displayed in full.
Screenshots
 {
...
}
But when on version 4.10.0
,The api changes to
public RequestBuilder<TranscodeType> apply(@NonNull BaseRequestOptions<?> requestOptions) {
Preconditions
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](htt
-
Updated
Jul 17, 2020 - Dart
-
Updated
Jul 2, 2020 - Java
Currently, the documentation for creating a settings page with PreferenceFragment covers using the old Android Support v7 library, which has since been deprecated in favour of AndroidX's Preference library.
-
Updated
Jul 17, 2020
-
Updated
Jul 15, 2020 - Java
Run following commands and enjoy the stream of warnings from Dokka:
rm -rf docs/api
./gradlew leakcanary-android-core:dokka leakcanary-android-instrumentation:dokka leakcanary-android-process:dokka leakcanary-object-watcher-android:dokka leakcanary-object-watcher:dokka shark-android:dokka shark-graph:dokka shark-hprof:dokka shark-log:dokka shark:dokka
Review errors and see if any of t
FAQ rev
There are grammatical errors in the English FAQ section:
https://github.com/alibaba/fastjson/wiki/FAQ(English-Version)
I propose that these grammatical errors be revised for readability.
Here are some examples below:
5. fastjson v.s. gson?
fastjson is 6 times faster than gson, here is the testing result: https://github.com/eishay/jvm-serializers/wiki/Staging-Results
fastjson is 6 tim
-
Updated
Jun 28, 2020 - Java
-
Updated
Jul 1, 2020 - Java
-
Updated
May 4, 2020
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
Created by Google
Released September 23, 2008
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
It can be useful to add a toString() and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.