How we can implement page view开发者_如何学运维 controller in Android like iPhone? Is there any control available in Android? Please give me any clue..
I've written/extended a swipe/fling view for android with an iPhone like page controler at the bottom. You can download the sources at github.
GreenDroid has a PagedView component. Check out the demo app on the Market.
Do you mean something like ListActivity? go ahead and search "ListActivity" in api docs.
A view pager will help you in this situation. Refer this link for android API documentation for the same: https://developer.android.com/training/animation/screen-slide
精彩评论