How to get exact position of scroll in GridView ?
gridView.getFirstVisiblePosition()
is not good because it only shows values like 0, 2... and I need accurate float number.
Asked
Active
Viewed 59 times
1

filipp.kowalski
- 5,495
- 7
- 27
- 45
-
too bad there is no other solution, cause I need it since api 7+ – filipp.kowalski Sep 06 '13 at 13:37
-
You seriously are targeting pre-Froyo? Why? http://developer.android.com/about/dashboards/index.html -- less than 1% of devices. Cut your losses and move on. – 323go Sep 06 '13 at 14:07
-
I wouldn't but my employer wants to ;( – filipp.kowalski Sep 09 '13 at 06:54