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 62,823 public repositories matching this topic...
Huge and nice collection and also getting very much appreciated from the community.
It would be great if somebody can translate into English then it will be reaching out to global.
Hello everyone !
Is there a documentation page that lists all the icons available (code name + image) in material design icons ?
I've found 2 websites but there are missing icons on both :
- https://material.io/resources/icons : where there's no "file_download" icon
- https://www.materialpalette.com/icons : where there's no "unfold_less/more" icon
But both "file_download" and "unfold_less
A Google search for instructions to build okhttp points to this page: https://github.com/square/okhttp/wiki/Building
That page has a HTTP/1.1 301 Moved Permanently and directs to https://square.github.io/okhttp/contributing/
But that page just talks about how to contribute and doesn't have any build instructions. Do these exist somewhere else or were they lost in this move? If they do exi
-
Updated
Feb 29, 2020
In app/src/mock/java/com/example/android/architecture/blueprints/todoapp/ServiceLocator.kt,L43. Why repeat tasksRepository ?: in return?
Can the return be simplified as return tasksRepository ?: createTasksRepository(context) ?
- Documentation:
It would be nice if the official documentation explains how to use Retrofit together with co-routines together with the best practices regarding the asynchronous handling of requests. My students need to implement their calls using Retrofit and co-routines (following the tutorials in the Udacity course, but for documentatio
-
Updated
Feb 29, 2020
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
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
I just upgrade lottie version from 2.7.0 to 3.0.7.
I got some new crash in the latest version app.
StackTrace in Android 9:
main(2)
java.lang.IllegalStateException
Unable to create layer for LottieAnimationView, size 1088x-448 max size 16384 color type 4 has context 1
1 android.os.MessageQueue.nativePollOnce(Native Method)
2 android.os.MessageQueue.next(MessageQueue.java:330)
Question Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Question Subject
I want to use the provisioning prof
We may or may not need to make changes to these guide based on the news https://www.xda-developers.com/asynctask-deprecate-android-11/
- https://guides.codepath.com/android/Creating-and-Executing-Async-Tasks - Could be kept as is but updated to reflect the deprecation and linking to an updated guide which presents the alternative.
- https://guides.codepath.com/android/Sending-and-Managing-Netw
number pad issues
When Num Lock is off, the keys are supposed to function to left, right, up or down. But they aren't working.
-
Updated
Feb 29, 2020 - Dart
Hello.does exist any documentation or wiki how to integrate this player on existing android app,or how to move from vitamio to jkplayer
Thanks
-
Updated
Feb 29, 2020 - Java
Description
We need to refresh the UI after heap dumps have been deleted or a new analysis is done.
Describe your idea:
Is there a feature for the cli version of jadx to exclude packages, similar to the GUI version?
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
Feb 29, 2020 - Java
Is your feature request related to a problem? Please describe.
When implementing a textField with next return key type, the keyboard is dismissed and focusing another textField brings it back BUT a flick is produced.
Describe the solution you'd like
I'd like to be able to prevent the textFieldShouldReturn implementation from always dimissing soft input.
**Describe alternatives yo
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.
Created by Google
Released September 23, 2008
- Organization
- android
- Website
- www.android.com
- Wikipedia
- Wikipedia
RE:https://github.com/flutter/flutter/blob/0b8abb4724/packages/flutter/lib/src/widgets/layout_builder.dart#L203
Seeing as a
LayoutBuilderwith no child widget is useless, i proposed that the param should be required.