I want to learn how the "home screen" implemented. Any idea with what .java files to start?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It's referred to as Launcher, but you'll not be easily able to compile the stock launcher in Eclipse because it uses some APIs that aren't publicly available. (Go figure.) The code is in Launcher.java (in Eclipse, CTRL+SHIFT+R and type Launcher), or you can view it online here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.