开发者

Page view Controller in Android

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜