SharedPreference calling an activity

0

If I want to by a sharedpreference on a button, in case to select the desired city in a list view, how would it be? Because I only encounter sharedpreference with login etc.

    
asked by anonymous 02.09.2015 / 16:49

1 answer

0

I do not know if I understand the question, but SharedPreferences is used as a form of file persistence, usually used to save user data, but can write to file any information using it.

For more information on the related class and methods, visit: link

    
02.09.2015 / 16:58