January 2, 2010
In Part One of Starting Android Development, we discussed setting up your project in Eclipse. Now it’s time to explain exactly what’s going on and how Android development works. This information will help you keep things in perspective as you program, and it will help you when it comes to debugging time.
Let’s take a look ...
Tags: Andriod, Android Developer Center, developer tips, development, eclipse, Programming, SDK, startingAndroid Development Corner, Programming
December 30, 2009
So, you’ve got an Android Device. You’ve got the SDK set up. Now what? In the next few posts, I’m going to walk you though creating your very own Android application from scratch.
To do that, I’m going to assume the following:
You have your Android SDK setup
You know a little something about programming in Java
You’re willing ...
Tags: deevelopment, developer tips, eclipse, project management, SDK, setting up, startingAndroid Development Corner, Programming
July 27, 2009
Recently I’ve been working on an application that makes use of a user’s contact book. While it is simple to download the application to my physical device and test it on my own phone book, this is not so convenient for others who don’t have a physical device to test on. Also, it is a ...
Tags: address book, contacts, developer tips, Emulator, SyncDroidTips