android_guides icon indicating copy to clipboard operation
android_guides copied to clipboard

Extensive Open-Source Guides for Android Developers

Results 107 android_guides issues
Sort by recently updated
recently updated
newest added

This is the **master list** of things that need to be added / improved on the cliffnotes. If you see an **important topic missing** here, **please reply below**! Incomplete stubs...

helpwanted
important

I have a image url that is given below. And I'm trying load image in image view but couldn't load the image. please check what is wrong in this image....

I have some question about location tracking and background services like (background/foreground/firebasejobdispatcher/jobshedular/workmanager). Currently, my app is targetting android 28 version. And I am testing on Android 8.0 now. Above code...

In this [`ListAdapter` guide](https://github.com/codepath/android_guides/wiki/Using-the-RecyclerView#using-with-listadapter), the adapter has to be roughly modified like this: ```java public ContactsAdapter(List contacts) { super(DIFF_CALLBACK); this.mContacts = contacts; submitList(this.mContacts); } ``` The guide didn't stress the...

I need like below image in my app. (If it is one it occupies fully, if two image it splits in to two if three it will be 3 image...

this commit has to be accepted in order for the app to function properly

- https://medium.com/keepsafe-engineering/lessons-from-converting-an-app-to-100-kotlin-68984a05dcb6#.r9zze61m7 - https://medium.com/keepsafe-engineering/kotlin-the-good-the-bad-and-the-ugly-bf5f09b87e6f#.7mxvfxutx

enhancement
third-party
helpwanted

Hey Iam getting this error while running sdkmanager in **windows 10** the sdkmanager path is > C:\Program Files\android-sdk\tools\bin

Hey, I'm new to Android and love how in-depth these tutorials are compared to a lot of the other material online. However, I'm confused at where User and RecyclerViewSimpleTextViewHolder come...