Search code examples
blackberryblackberry-jde

Is there something like SharedPreferences in Blackberry as in Android?


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.


Solution

  • Use PersistentStore class from RIM SDK to store data and share it among different applications when necessary.