Abs.ListView.OnScrollListener

Posted by Hoit.
2016. 2. 3. 18:05 Study/Android Reference처럼

* public static Interface

 

public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount)

 

 

 

public void onScrollStateChanged(AbsListView view, int scrollState)

 

 

 

 

 

 

 

 

 

도움사이트 : http://developer.android.com/intl/ko/reference/android/widget/AbsListView.OnScrollListener.html

소스코드 도움사이트 : http://alexgorbatchev.com/SyntaxHighlighter/

 

'Study > Android Reference처럼' 카테고리의 다른 글

NotificationCompat.Builder(Android 4.1이상)  (0) 2016.01.22