Storing and Retrieving Data Using Shared Preferences
Android Tutorials Uncategorized

Storing and Retrieving Data Using Shared Preferences

Storing and Retrieving Data Using Shared Preferences | in this tutorial, we will learn how to store and retrieve data using Shared Preferences in android.  The primary purpose of using Shared Preferences in android is to store user specific details, such as user specific settings (eg: – username), when a user logged into the application. […]

Android Service Life Cycle
Android Tutorials

Android Service Life Cycle Tutorial

Android Service Android Service is an application component that is used to perform long-running operations such a playing music in the background, handle network transactions etc all from the background. Android Service does not provide a user interface. Android Service runs indefinitely in the background unless they explicitly stopped or destroyed. Android application component can […]