Ragunath Jawahar

Results 49 comments of Ragunath Jawahar

@FunnyDevs you could use https://github.com/linkedin/dexmaker. That is relevant to your use case.

@jiqimaogou For now can you clone the project and use it? [InstantAdapterCore](https://github.com/mobsandgeeks/adapter-kit/blob/master/library/src/com/mobsandgeeks/adapters/InstantAdapterCore.java).

@jiqimaogou exactly, that's why there hasn't been any development in this project lately.

@jiqimaogou I rewrote the same project using APT a year ago, but it was more of a PoC. I have similar plans (we have the all new `RecyclerView`) but don't...

@maurizi you can use a [View Handler](https://github.com/mobsandgeeks/adapter-kit/blob/master/library/src/com/mobsandgeeks/adapters/ViewHandler.java) to achieve what you are looking for in a library project. This [YouTube Video](https://www.youtube.com/watch?v=TL85wXq_Ev4) will show you how to use a ViewHandler.

@bbbenja You can just supply a different layout for the section. Please check the constructor, it allows you to specify a custom layout for this purpose. ``` SimpleSectionAdapter(Context context, BaseAdapter...

@bbbenja Nice suggestion, will implement a callback that will allow you to do that.

A complete stack trace would be helpful.