Nam Nguyen

Results 304 comments of Nam Nguyen

@androidvk How deep you are integrating toro in your App? Manual playback is quite complicated. If you can switch to [this library, also created by me](https://github.com/eneim/kohii) I can assist you...

@androidvk Please show me your current code if you still want to implement this.

@imran-samed @Black4guy I have not much experience using RV inside NestedScrollView. Still wondering why RV is used inside NestedScrollView, there are facts we need to face here: If a RV...

Hi @jpage4500 , I had a temporary work for ViewPager, will bring it back for this issue soon, in few days maybe.

@jpage4500 Please try to add this [ToroViewPagerHelper.java](https://github.com/eneim/Toro/blob/dev-v3/toro/src/main/java/im/ene/toro/ToroViewPagerHelper.java#L40) as a "PageChangeListener" of your ViewPager to see if it works? Will spend some time on this if it doesn't. P/S: Don't forget...

@toidv having notify data set changes all the time is not so cool. I have push some code to dev-v3 branch, it comes with example for ViewPager as well (hint:...

@dokiKit From what I remember now, after onComplete is called, the Player state becomes 'IDLE', which requires it to prepare again to be able to start another playback. If you...

@yankelandroid You may use a different version that 3.2.0 compiles with. Please use latest version of Toro with ExoPlayer 2.9.5 OR use ExoPlayer r2.5.4

@yankelandroid What is ExoPlayer version you are using?

@prat-z really sorry. I may have forgotten this issue. Let me take a look. I think the number of MediaCodec is used up. Normally the MediaCodec is released if it...