Expandable list view in android example
This is a wonderful example to show you, how to create an expandable list view in android. This is an awesome component to convert your JSON/XML data to represent in a respective manner.
Tips for regular use during Android development
Here we go with new things to learn in android development tips and tricks, these tricks and tips are mostly used by developers.
How 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.
How 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.
How to start Android app development for beginners
Wow, Do you want to know how to start Android app development? I knew it, your answer is yes, but you don’t know how.
Listview 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