I'm building and android music app, i created playlist song which user can choose any song to add into playlist, but i had problem.
In case of there are many song into playlist (more than 100 or 200 song), if user drag a song from position 1 to bottom of listview, the process for scrolling is very slow. So, is there any solution for increase this issue ?
I also added
android:fastScrollEnabled="true"
or getListView().setFastScrollEnabled(true);
but that issue is still happen.
What i have to do ?