简体   繁体   中英

Sliding in the android app home screen

I am looking to create an app where some categories that the user can choose from will be shown. The best UI I could find is shown in this image: https://lh3.ggpht.com/swzmwICOMNjKmLH_HyAWh0VQ49BN7vU6PG3qEpsSnF1HWcG1CmpQi1BTBxdVczZx8pY

The screenshot is of the "Parenting Ages & Stages" android app. The best part of the above shown home page is that there is no scroll bar at the bottom and the user can use swipe gestures to see various categories.

Any idea how I can achieve the same effect?

It would be better to use ViewPager in your case

http://developer.android.com/reference/android/support/v4/view/ViewPager.html

It may Help you!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM