android-viewflow
android-viewflow copied to clipboard
the return value of method getSelectedItemPosition() is not refreshed instantly
I found that if one scrolls the view fast enough, getSelectedItemPosition() will return the wrong value. It's the value of the last view, not the current one.
I guess it would be better if the position is refreshed once the scroll of user is considered valid, so that it would be convenient enough for developer to fetch relative information with this value.