BinhNguyen

Results 20 comments of BinhNguyen

@oasisfeng seem you already have your solution here https://stackoverflow.com/a/31522316/523325. Could u please jump 1 more step to integrate to this lib?

Is there any way to disable all log before release? I set log level to NONE but it does not work.

Thank you for fast responding. It works fine now.

@smithc42 Yes, I investigate again and again his post here: http://frogermcs.github.io/building-userscope-with-dagger2/, and then I apply similar way to my application. using `@Subcomponent.Builder` I can make a component be subcomponent of...

the message from Dagger is very clear. you inject a class into somewhere but didn't define `@Provide` method or `inject constructure`

Wow!. happy to hear that.

hey! any idea how to do this? I am thinking how I can I do it myself first.

FlexibleAdapter currently supports `eu.davidea.flexibleadapter.FlexibleAdapter#calculatePositionFor()` to find position of an item in sorted data list, I think you should provide more method around here.

I am using a simple custom class of RecyclerView and the wrapper class of SortedList as below, hope them can give you an idea to enhance FlexibleAdapter - Binding RecyclerView:...

I fork this library and setup to support gradle here. https://github.com/IHNEL/emojicon @ankushsachdeva want to merge this fork, I can create a pull request #61