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 747 forks source link

Issues with Butterknife #10

Closed rajivenator closed 8 years ago

rajivenator commented 8 years ago

Hi, First of all a huge ton of thanks for getting this library out in the wild. I was looking for such a solution for months. I have ran in to a problem with butterknife. When i included your library in my project the viewholder bindings give an error with Butterknife. And when i remove your library from dependencies the Bindings work correctly

danylovolokh commented 8 years ago

Please be more specific. Post some code examples, send log files, screen shots, describe your environment, library versions.

rajivenator commented 8 years ago

Hi ,Apologies for jumping to conclusions. The issue is not with your library.

Apologies once again