简体   繁体   中英

Where can I find the source for the Android “Home screen"

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

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM