Closed devingDev closed 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!
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- ~.