Did you know that your application is not caching images by default? Web developers are used to the browser doing it for you. However, in mobile – you have to explicitly turn on caching in your application. In a recent study, AT&T Labs found that 17% of all mobile content consumed was downloaded in a duplicate manner.
In this brief summary, I'll discuss the basics behind adding caching to your mobile app.
Read more...
Believe it or not, even a 4kb image can make a huge difference. Let's say your app has 5,000 users (congrats, by the way). If they have to download a single 4kb image twice each session, it means 19MB of needless data sent to your users. And that means using the radio power to drain more than a third of a Samsung Captivate(tm) battery.
