Archive for Android Development Corner

Introduction to Android Application Development Part 4: Navigating the Eclipse IDE

Introduction to Android Application Development Part 4: Navigating the Eclipse IDE

June 10, 2010 No Comments

Ok, now that you’ve go the SDK installed, its time to get familiar with the Eclipse IDE.  To help you with that I’ve prepared a short video in which I go through the eclipse IDE, point out a few things, and click a few others. In the next post, we’ll create our application!      ...

Introduction to Android Application Development Part 2: Homescreen Layout Design

Introduction to Android Application Development Part 2: Homescreen Layout Design

June 10, 2010 No Comments

Now that we’ve got some planning underway, let’s get to work.  The first piece is the homescreen of the app.  Let’s take a look at that mock-up we drew earlier: Before we do any work on making that app happen, let’s have a quick crash course in Android layout development.  Android layouts can be designed in ...

Introduction to Android Application Development Part 1: Planning

Introduction to Android Application Development Part 1: Planning

June 10, 2010 No Comments

development, android, planning, tutorial, HGI Many people ask me how to get started in Android application development. As a result, I’ve always wanted to write a tutorial for Android beginners to help them accomplish that.  Such an undertaking is easier said than done, but here it goes. For this tutorial, I’m mixing media types.  I go over some of the important stuff ...

Creating an App Based On Google Maps, Part 2: Setting up the Map View

Creating an App Based On Google Maps, Part 2: Setting up the Map View

May 12, 2010 1 Comment

So you’ve got your API key in hand and you’re ready to develop an app.  What’s next?  We’ll we’ve got to get a Google Map displayed on the screen.  This will serve as the base layer for the UI of our map.  On top of that, we can plot points, squares, unicorns, or whatever we ...

Creating an App Based On Google Maps, Part 1: Obtaining A Google API Key

Creating an App Based On Google Maps, Part 1: Obtaining A Google API Key

May 11, 2010 No Comments

  Lately I’ve been finding myself working on a lot of location-sensitive Android applications. Thankfully Google has an open API for their Maps addon to Android that allows you to easily create applications with a Google Map at its base.  Over the next few editions of the Android Development Center we will give you all the ...

Page 1 of 212»

Droidtip: Install e-mailed .apk files via tAttachApkInstaller

Ever received an .apk attachment via gmail?  As an application reviewer, I most certainly have. For the longest I’ve wished...

Protect your Android Device with Stealth Guards. For Free.

Here’s a limited time offer all you Android phone owners should jump on quickly. StealthGaurds.com is offering its...

TweetDeck for Android is Arriving and its Amazing!

If there’s one area that has no clear winner yet for Android, its Twitter apps.  We have seen apps...

Nexus One Revived as Next Android Developers Phone

In the (not so) recent news, Google announced the discontinuation of the Nexus One.  For many Android fans, this...

Android Development Made Simpler with Droid-fu

android,progrmaming When you program for Android you find yourself doing some of the same tasks repeatedly. As a programmer you know...