danylovolokh / VideoPlayerManager

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.
3.15k stars 746 forks source link

Instagram like RecyclerView with Firebase #71

Open jeremy-jamez opened 7 years ago

jeremy-jamez commented 7 years ago

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?

ashfaaaa commented 6 years ago

did you find the solution for this?