阅读更多

ViewPager.OnPageChangeListener

 

public abstract void onPageScrollStateChanged (int state)

Called when the scroll state changes. Useful for discovering when the user begins dragging, when the pager is automatically settling to the current page, or when it is fully stopped/idle.

Parameters
state
The new scroll state.

 

See Also
  • SCROLL_STATE_IDLE 0
  • SCROLL_STATE_DRAGGING 1
  • SCROLL_STATE_SETTLING 2

 

public abstract void onPageScrolled (int position, float positionOffset, int positionOffsetPixels)

 

This method will be invoked when the current page is scrolled, either as part of a programmatically initiated smooth scroll or a user initiated touch scroll.

Parameters

position

Position index of the first page currently being displayed. Page position+1 will be visible if positionOffset is nonzero.

 

positionOffset

Value from [0, 1) indicating the offset from the page at position.

 

positionOffsetPixels

Value in pixels indicating the offset from position. 

 

public abstract void onPageSelected (int position)

 

This method will be invoked when a new page becomes selected. Animation is not necessarily complete.

Parameters
position
Position index of the new selected page.

更多相关文章

  1. Android几种强大的下拉刷新库
  2. 【笔记】VisionMobile:扁平、扩展、挖掘,Google的策略的三大支柱
  3. Android下拉刷新以及自动加载更多
  4. 19个Android(安卓)开发工具
  5. Android(安卓)--- 加载更多,刷新的逻辑----
  6. Android(安卓)adb shell 启动java程序
  7. Android中监听ListView滑动到底部
  8. Android下拉刷新上拉加载更多ListView控件
  9. Android(安卓)UI开源软件(三)

随机推荐

  1. Dojo mobile TweetView 系列教程之五 —
  2. Android中自定义控件之飞入飞出布局及随
  3. Android(安卓)5种方式存储数据:
  4. CSDN Androidclient生产 导航帖
  5. android 单例
  6. 基于TCP和多线程实现无线鼠标键盘-Socket
  7. 学习Android中的Adapter
  8. Android完全退出应用程序
  9. Android版本对应的API号
  10. android实现页面下方的Tab效果