- I am using JSON to receive data from the web service, creating text to JSON object is resource hungry operation.
- I have to load images from the web, I am lazy loading images in the async process how can I compress and make the cache ??
- After the crash, how can I stop re-launching activity?
- How can I know how much memory remaining and Android OS will kill my object?
What to look for in performance analyzer in VS 2008 I am using VS Team system and got the performance wizard and reports going. What benchmarks/process do I use? There is a lot of stuff in the ...