Android - creating custom launcher

2019-01-21 11:51发布

问题:

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.