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 63,700 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
I'd like to be able to limit the retry count in Authenticator to 3. At the moment it appears to be 20. I don't see anything to do this and didn't get an answer in StackOverflow, so assuming it's not possible at the moment.
-
Updated
Feb 14, 2020
ViewModel should not be resolving strings from resources as shown in
https://github.com/googlesamples/android-architecture/blob/dev-todo-mvvm-live/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/statistics/StatisticsViewModel.java
If user changes locale on device, activity/fragment will be recreated but ViewModel will be retained with data, that might be invalid
- 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
I found a bug, clear data while I'm scrolling,the chart will zoom in and out abnormally.
It need to call mChartTouchListener.stopDeceleration() in chart.clear()
-
Updated
Feb 16, 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
In Class com.bumptech.glide.RequestBuilder,there's an important called apply.
In Glide version 4.8.0,The api is
public RequestBuilder<TranscodeType> apply(@NonNull RequestOptions requestOptions) {
...
}But when on version 4.10.0,The api changes to
public RequestBuilder<TranscodeType> apply(@NonNull BaseRequestOptions<?> requestOptions) {
Preconditions-
Updated
Mar 13, 2020 - Java
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
This is a question about documentatio
I would like to use the scrcpy server in connection with machine learning. With some adjustments relatd to the new version 1.9 of the server I have been able to use the py-scrcpy Python code https://github.com/jze/py-scrcpy receive the video stream. Is is correct to simple receive the video stream via the first socket. When looking at the original data stream of scrcpy using Wireshark there are
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
Mar 24, 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 16, 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
It would be helpful to new users who want to communicate with the site administrator or get on a mailing list to include a contact subsection under the README.md file as a subsection.
请问下,进入淘宝二楼之后,想回到一楼,目前只能从底部去上拉,期望全屏上拉都可以回到二楼,需要怎么去设置呢?谢谢,
作者:常见问题
-
Updated
Mar 21, 2020 - Java
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
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
Hello Flutter Team,
I realy need this mini evolution to make beautifuler app
Proposal
Widget : Stepper
Proposal : be able to custom the margin for vertical stepper
In
stepper.dart, the margin is hard set.channel beta, line 552
We ne