Android Question End of Scroll

ab3d

Member
hi everyone. i am developing an app and i want when end of scroll is reached, i automatically load more feeds from database.
my problem is i don't know how to detect end of scroll! there is a function like FullScroll which doesn't return any value and it actually get you to end of scroll which isn't what i want. then i thought maybe i use ScrollView's Panel Height for detecting this but realized Position property show's unpredictable values relative to Panel's Height.
for example for a panel with height of 1500dip, scroll position at end is 841dip and for a height of 3000dip 2200dip!
sorry for long explanation, your help is appreciated. REGARDS
 
Top