How can I create my own Android Home Screen Launcher
- by Sam_k
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?