Tagged Questions

8
votes
4answers
4k views

Android id naming convention: lower case with underscore vs. camel case

I'm currently programming an application for the Android. Now what I found out is that you cannot place resource objects, say, an image in the drawable folder and name it like "myTestImage.jpg". This ...
7
votes
4answers
1k views

What are the differences between T-Mobile G1 (branded HTC Dream) and Google's ADP1 (device for developers)?

I was searching the internet but could not find a site comparing the two. I'm interested in developing for the android platform. G1 seems to be just the same as ADP1, but is there any small changes ...
0
votes
1answer
187 views

Android app - tracking user location and plotting to google map?

How difficult would it be to get a user's location and map it live onto a google map along with the time to complete the route? As well as this, when the user completes the route, he or she can save ...