I have to support numberpicker version from 2.2 android. What is the best way to do this? In versions more than 3.0 it works fine. But in early releases of android it hasn't supported.
You could try using a custom NumberPicker such as this example project which was suggested in this post.