4 messages in com.googlegroups.opensocial-orkut[orkut-developer] Problems with setpr...
FromSent OnAttachments
Vineet31 Jul 2008 05:56 
Jason31 Jul 2008 15:10 
Vineet01 Aug 2008 22:51 
Frisoni02 Aug 2008 04:44 
Subject:[orkut-developer] Problems with setprefs and requestCreateActivity together
From:Vineet (vine@hotmail.com)
Date:07/31/2008 05:56:36 AM
List:com.googlegroups.opensocial-orkut

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.