开发者

Page view Controller in Android

开发者 https://www.devze.com 2023-03-27 14:12 出处:网络
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 and

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

0

精彩评论

暂无评论...
验证码 换一张
取 消