Hi,
I am using a setprefs feature for a counter to save the state of my
application.
After executing
prefs.set("abc", xyz);
The activity feed stops working. The updates are coming intially. But
when I save the present state and come back again the updates feature
stops working.
On the other hand prefs.getInt("abc"); statement is not causing any
problem.
As I remove all the prefs.set statemsnts the updates work fine but
then I am not able to store the current state.
Why 'prefs.set' is effecting the createactivity feature? I am not able
to figure out?
Please help me out.