问题描述
我想学习定制的Android发射,我DONOT知道如何下手,你可以给我一些建议,一些博客的链接或其他例子等。
i want to learn custom android launcher,i donot know how to start,can you give me some advice,some blog link or other example and so on.
推荐答案
您最好的办法是先来看看谷歌提供的样本启动。你可以发现,在SDK文件夹:
Your best bet is to start by looking at the sample launcher provided by Google. You can find that in SDK folder:
[Android-SDK]/samples/android-x/Home/
(其中 X
是API级别)。
他们提供的源$ C $ C为例主屏幕上,它应该给你一个良好的开端。
They have provided source code for an example home screen and it should give you a good start.
接下来的事情我会建议实际上是浏览默认的Android发射源的开源回购。您需要混帐拉下来,你可以找到有这里。
The next thing I would recommend is actually browsing the source of the default android launcher at the open source repo. You will need git to pull that down and you can find there here.
了解更多关于这里使用AOSP 。
Read about using the AOSP here.
这篇关于了解定制的Android发射的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!