Android - creating custom launcher

后端 未结 2 569
温柔的废话
温柔的废话 2020-12-07 23:22

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

2条回答
  •  隐瞒了意图╮
    2020-12-08 00:24

    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.

提交回复
热议问题