[android-developers] Rest location application

2011-07-14 Thread Vitaly Babiy
Hey, I am building a location based app that uses a REST api to pull data (text/images) and display it. I am looking for some best practices to achieve my goal. Should I cache the response in a sqlite db, memory? Also what android tools should I use? Thanks, Vitaly -- You received this messa

Re: [android-developers] Rest location application

2011-07-14 Thread TreKing
On Thu, Jul 14, 2011 at 11:28 AM, Vitaly Babiy wrote: > Should I cache the response in a sqlite db, memory? Depends on how quickly the data you pull will expire. Is it likely to change in 1 minute? Memory. Will it change in 6 months? File. > Also what android tools should I use? The Android