Development

13
Dec

Using Google Maps in your Android Applications – Part 3 [Adding Place Markers]

If you have been following along with Part 1 and Part 2 of this mini-series you should now have a basic Android application which displays your current location on a map. Not amazing functionality I'll admit but the basis for many location based applications in the Android Market. What will make the application truly useful is the ability to add markers at specific locations, e.g. points of interest, cash machines, checkpoints etc.

24
Oct

Using Google Maps in your Android Applications - Part 2 [Showing Current Location]

In my last post I showed you how to create a basic Android application which would display a map and zoom in to a specific location, my home town. While the functionality was not what you could call awe-inspiring it does lay the foundations for most mapping applications and serves as a good starting point. You can download the code from Part 1 but you will need to insert your own Google Maps API key for it to display the maps.

29
Sep

Using Google Maps in your Android Applications - Part 1

I'm currently working on an Android application which displays points of interest on a map and allows the user to see additional details by tapping on the associated marker. This sounds like a straight forward requirement for an Android application and so you would have thought that there would be a wealth of resources on the web to guide a developer on his way - but that's not been my experience.

25
Nov

Android Development : Moving from Emulator to Device

So I wanted to roll my sleeves up and get going with Android and have come up with a suitable 'pet project' to work towards. Now that I've got my development environment sorted out, and with my pet project in mind, I decided to do something with the accelerometer. In the Android Development book that I bought there is a sample application to display the current G being experienced by the device as well as the maximum G experienced.

29
May

Installing Eclipse and the Android SDK on Ubuntu 10.04/10.10

As previously posted I have recently bought myself a nice new Android phone - a HTC Hero to be precise. One of the main reasons for buying it was so that I could look into developing applications for this new platform, thus expanding my skill set.

Subscribe to RSS - Development