How often does the data change?  How important is is to the end user to see 
data without having to wait? 
 
You can always combine both approaches. Show stale data first and then 
replace it with the updated data once fetched.

On Monday, April 16, 2012 12:33:35 PM UTC-4, Jethro Borsje wrote:

> Hi all, 
>
> I am building a new app which gets (and updates) data from one of 
> Googles API's. Now I and am struggling with the following question: 
> should I make an effort to cache data in SqlLite and keep it in sync, 
> or should I use the API and do a 'web query' every time the user opens 
> an activity? I can make valid arguments for both ways and am not sure 
> what to do. 
>
> Best regards, 
> Jethro

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to