News from Dec 21, 2010

  2010/12/21
How to - Install Android market on Emulator
Last changed: Dec 21, 2010 10:22 by Bartolomeo Sorrentino
Labels: android

Introduction

Android Emulator is a virtual mobile that is packaged along with the Android SDK. It runs on your computer and can be used to prototype, develop and test applications without having to buy a physical device. Almost all of the hardware and software features of a typical mobile device are mimicked in the Android emulator. However, if you want to try out some apps from the Android market, you can’t do that with the emulator as it does not include ‘Android market’. Here is a step-by-step guide to enable Android market in the emulator..... >> Continue

Posted at 21 Dec @ 10:19 AM by Bartolomeo Sorrentino | 0 Comments
Understanding Android local data store APIs
Last changed: Dec 21, 2010 10:21 by Bartolomeo Sorrentino
Labels: android

Summary

The ability to store data locally on the mobile device is a critical function for mobile applications that are required to maintain essential information across application-executions or the lifetime of the application. As a developer, you constantly need to store information such as user preferences or application configurations. You must also decide if you need to tap internal or external storage, depending on characteristics, such as access visibility, or if you need to handle more complex, structured types of data. Follow along in this article to learn about Android data storage APIs, specifically the preferences, SQLite, and the internal and external memory APIs. >> Continue

Posted at 21 Dec @ 10:22 AM by Bartolomeo Sorrentino | 0 Comments