I use the MaterialDrawer library by Mike Penz.
In my OnCreate, profiles are added to the drawer from a linkedHashMap. When a profile gets selected, the new selected profile is saved in a sharedPreference.
My Question: if I launch the App again, how can I set the profile, whichs name is stored in the sharedPreference, as the selected?
Edit: Without an identifier? Or is this not possible?