Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.
Apache License 2.0
996 stars 147 forks source link

Add / Remove videos to list? #82

Closed devingDev closed 6 years ago

devingDev commented 6 years ago

How would i later add videos to the list? Like when you reach the end I would add more videos. Is that possible? If yes how? I didn't see an add method when extending your AAH_VideosAdapter- ~.

devingDev commented 6 years ago

It seems possible to add videos by passing the list to the adapter and adding it to the list there. Removing is possible by doing list.clear() BUT dont forget to call mAdapter.notifyDataSetChanged(); otherwise it will crash!