Android Question Spinner and PreferenceManager

padvou

Active Member
Licensed User
Longtime User
Why does this not work?
There are no values stored...
B4X:
Sub Spinner2_ItemClick (Position As Int, Value As Object)
PrefMgr.SetString("Position",Position)
PrefMgr.SetString("Value",Value)
    Log(PrefMgr.getString("position"))
    Log(PrefMgr.getString("value"))
End sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…