Tagged Questions

7
votes
4answers
732 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 …
1
vote
2answers
73 views

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

Hi, 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". …