I want to make an application which will look like android home screen. where I want to place some icons. it will have 10 pages. I want to do scroll between these pages. How to achieve this? Plz help.
Thanks.
I want to make an application which will look like android home screen. where I want to place some icons. it will have 10 pages. I want to do scroll between these pages. How to achieve this? Plz help.
Thanks.
I'm not sure how to archive the home-screen like switching but for the icons, you can use a GridView. To switch between the pages, a TabLayout could be used. Also I found this, which might be what you're searching for.
But there might be bettwer ways of doing this...