On Sep 4, 2012, at 6:14 PM, Vulcanccit <[email protected]> wrote:
> However, on an Android Admiral, i calls the webservice everytime.

Is OnCreate() being invoked every time? (Set a breakpoint or add a log 
message.) It's possible that your device is recreating the Activities instead 
of reusing the same instance.

You may want to move the WebService-related state out of the Activity and into 
a static field or the Application type:

        
https://github.com/xamarin/monodroid-samples/blob/master/SanityTests/Hello.cs#L93

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to