I want to implement a SharedPreferences kind of thing in my BlackBerry application similar to what is available in Android. What i want to do is store the login details after authenticating them so that the user is not required to login again and again.
Use PersistentStore class from RIM SDK to store data and share it among different applications when necessary.