I am intending to develop custom Launcher for Android phone. I have searched web, but I haven't found any valuable information regarding creating "launcher" project. What does an android app needs for being at the top of the GUI (aka launcher)?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Well, firstly you need to listen to the android.intent.category.HOME
intent. Here are some links with full source code which you can have a look at:
- Old launcher source code
- New launcher source code
Or take a look at launcher plus.