#android
Read more stories on Hashnode
Articles with this tag
What is a Context? Context is used to provide information about application environment, and is used to perform application level tasks. Such as;...
**What is Service? ** Service is an Android Component which performs long running tasks in background and does not provide a user interface. Service...
What is Shared Preferences? It is one of the concept of Data Persistence, just like Database, SharedPreference also is used to store the data, but...
What is SQLite? SQLite is an open source relational database, that is used to perform database operations on android device, such as Insert, Update,...