After some days of using shared prefs for my app , I have notified it became slower after each operation and make my app slower .
It only get prefs like :
getBooelan
and for seting password :
Editor edit = prefs.GetEditor();
edit.putboolean("reff", "value");
edit.commit();
where is the problem ? what should I do ?
thanks
