Nam Nguyen

Results 292 comments of Nam Nguyen

@foodied which version of Java you are compiling with? Java 7+ will allow ``EventListeners`` to be accessible by default (it is a class inside a public interface).

@ductranit Your quick fix is actually my suggestion ... [see this comment](https://github.com/eneim/toro/blob/dev-v3/toro-exoplayer/src/main/java/im/ene/toro/exoplayer/ExoPlayable.java#L109). Though having an option for it makes sense, I would like the developer using Toro acknowledge about this....

@ductranit Why would you need ``ToroExo.createDrmSessionManager()`` ? It is a util method to create the DrmSessionManager :-?

@RSBat Sorry for the late reply: > Is Kohii a replacement for Toro? Yes, you can think so. Any new project wants to consider between them should use Kohii. >...

Hey, FYI it is a bit later than plan but I finally release a new version with ExoPlayer 2.17.1. Tried to make it for 2.14.x but many thing doesn't build...

One interesting observation: Using `lambda` in the click callbacks may result in more and more allocations in the memory when you go back and forth. For example: `DrawerSheetContent.onClickDrawerItem` using lambda...

FYI there is a issue tracking this https://issuetracker.google.com/issues/229645237 and another good article mentioned in the ticket. If no one take this issue, I can spend sometime for it this 3連休...

@Corvus400 @takahirom Not a big progress, but some investigation result: - With the current implementation (DrawerSheetContent.onClickDrawerItem is a lambda): - All items on the Drawer are re-composed every session-open-close (see...

Hi thanks for mentioning. As for comment on that issue, I suppose (for Example) current `LinearLayoutManager#findLastVisibleItemPosition()` doesn't need to know your items ahead of time. I just tell you the...

Good news. Thanks. I'll try it right-away.