The user needs to enter their weight in the sign up page of my App, for which a horizontal scroll view is created, on which the center element data will be taken as the user's height in inches.
I tried implementing the Spinner Wheel Library from Android SpinnerWheel but it supports only int
values and does not support fractions.
I also tried the Android HorizontalScrollView with Center Lock library but it does not support auto scrolling.
Can anyone please suggest some examples or tips to implement the above mentioned scroll view with the center element value taken as the field entry?
Thanks in Advance!