#tutorial
Read more stories on Hashnode
Articles with this tag
When it comes to data persistence and storing structured data on an Android device, the first solution that comes to mind might involve using a...
Object Relational Mapping (ORM) libraries are common tools for back-end development for interacting with a relational database. As the name implies...
A Task is a model that the Android system uses to manage a collection of Activities that the user is interacting with through some application's...
There are many situations in Android where we need to start a second activity from the current activity or fragment. This second activity could either...