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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best bet is to start by looking at the sample launcher provided by Google. You can find that in SDK folder:
(where
xis API level).They have provided source code for an example home screen and it should give you a good start.
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.
Read about using the AOSP here.