0

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 ?

Ichigo Kurosaki
  • 3,765
  • 8
  • 41
  • 56
Le Minh
  • 135
  • 1
  • 1
  • 12

1 Answers1

0

Instead of listview try to implement the list with RecyclerView. It is faster and better compared to listview.

Mo Abdul-Hameed
  • 6,030
  • 2
  • 23
  • 36
Sisir Ashik
  • 49
  • 2
  • 10