Quantcast
Channel: Android Research Blog » sharedpreferences
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Creating a Preference Activity in Android

In this tutorial we will build a preference screen using the PreferenceActivity class. Our main activity will contain 2 Buttons and a TextView. One of the buttons will open the preference screen, and...

View Article



Image may be NSFW.
Clik here to view.

Writing and Reading from SharedPreferences

SharedPreferences class allows you to save and retrieve primitive data types in key-value pairs. The data saved using SharedPreferences will be available even after your application is killed. This...

View Article

Image may be NSFW.
Clik here to view.

Android – Scheduling an application to start later.

Recently I have been working on a simple application that should have the ability to start itself after a period of time, after the application is closed. Hopefully, it turned out that this is quite...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images