How can I create my own Android Home Screen Launcher
Posted
by
Sam_k
on Super User
See other posts from Super User
or by Sam_k
Published on 2011-11-14T08:50:30Z
Indexed on
2011/11/14
9:57 UTC
Read the original article
Hit count: 185
android
I want to know how I can create my own customised home screen for Android.
I have used Viewpager to add and remove screens from the home screen, creating 5 screens as default, and then adding and removing further pages in with ViewPager.
I have tried both Viewpager and PagerAdapter
, as per this link.
Is this the best approach so that in future I can add widgets and shortcuts with viewpager and make a launcher icon?
© Super User or respective owner