This is a project designed to help controlling Android MediaPlayer class. It makes it easier to use MediaPlayer ListView and RecyclerView. Also it tracks the most visible item in scrolling list. When new item in the list become the most visible, this library gives an API to track it.
I'm creating an app that displays videos and images in a RecyclerView and would like it to function pretty much like Instagram. I am using FirebaseRecyclerAdapter to retrieve the images and videos URL from the database. I'm having a lot of difficulty getting it to work. Can this library be used to perform the task?
I'm creating an app that displays videos and images in a RecyclerView and would like it to function pretty much like Instagram. I am using FirebaseRecyclerAdapter to retrieve the images and videos URL from the database. I'm having a lot of difficulty getting it to work. Can this library be used to perform the task?