int vExtent = computeVerticalScrollExtent(); int vOffset = computeVerticalScrollOffset(); int vRange = computeVerticalScrollRange(); if ((vRange - vExtent) == vOffset) { // do not scrolling to bottom }
'Android' 카테고리의 다른 글
Bitmap 비율 대로 이미지 크기 조정하기 (0) | 2013.09.09 |
---|---|
팝업 메뉴의 스타일 변경 - How to set the background of Android PopupMenu to White [duplicate] (0) | 2013.09.09 |
Call & SMS & Chaton intent (0) | 2013.09.09 |
메뉴 키 얻기 (0) | 2013.09.09 |
java.util.ConcurrentModificationException (0) | 2013.09.09 |