Label: android

Content with label android in Bartolomeo Sorrentino (See content from all spaces)
Related Labels: xml, mask, webservice

Build dynamic user interfaces with Android and XML
Summary A number of websites cater to nonprofits that provide easily setup and used forms for taking polls and collecting data. This tutorial introduces a simple architecture for designing similar applications for Android—dynamic user interfaces that allow nonprogrammers to collect data from ...
Other labels: xml, webservice, mask
How to - Install Android market on Emulator
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 ...
Understanding Android local data store APIs
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 applicationexecutions or the lifetime of the application. As a developer, you constantly need to store information such as user preferences or application configurations. You ...