Set background image randomly from gallery in android
Hmm, I think you want to show the background image in your open activity view. But you want to show this one from your gallery and it should be selected randomly from your gallery. If Iam right then you are in right place.
Read MoreListview In Android with RecyclerView
RecyclerView is the powerfull tool to draw list or grid in your android application, When RecyclerView is not there then user need ListView for the list and GridView for the grid, But now andoid provide a great tool RecyclerView to draw both with one sing
Read MoreHow to show Toast in Android
If you want to show any message to the user then you need to show toast in android. This toast is just like a snack bar. You can also make a custom toast.
Read MoreHow to display animated image in android
How to use animated image or gif image in android
Read MoreHow to add Firebase in android app
This firebase android tutorial is a complete setup guide. You will learn How to add Firebase in the android app.
Read MoreHow to use asynctask in android
Android AsyncTask (Asynchronous Task) is an abstract class provided by Android. Here we go to see, how to use Asynctask in android.
Read More