is there a panorama or pivot UI control on android similar to the ones on windows phone 7?

后端 未结 2 2034
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-03 09:38

does anyone know if there is a UI widget out there for android that is like the windows phone 7 panorama or pivot controls? if not, is there any tutorial that would guide me

相关标签:
2条回答
  • 2021-01-03 09:52

    Not sure I entirely get what you want, but looking at this Pivot really is just tabs: take a look at the Tab Widget tutorial. Panorama is a bit more tedious: you can try embedding the View you want to pan into a HorizontalScroller. If it is wider than the screen it will let you scroll around horizontally. To get vertical panning as well wrap that with a ScrollView.

    0 讨论(0)
  • 2021-01-03 10:07

    Yes, I was interested in the Pivot controls also.

    Here's the best working resource I've found for Pivot-like functionality: http://viewpagerindicator.com/

    Or, if you would like to see the official Android Developers' Guide about this, called ViewPager: http://developer.android.com/reference/android/support/v4/app/FragmentPagerAdapter.html

    0 讨论(0)
提交回复
热议问题