ragunathjawahar/adapter-kit

InstantAdapter is not usable with library projects

maurizi opened this issue · 1 comments

Android id resources are not final in library projects (see http://tools.android.com/tips/non-constant-fields)

It would be helpful if there was a way to link methods -> views other than using the view id.

@maurizi you can use a View Handler to achieve what you are looking for in a library project. This YouTube Video will show you how to use a ViewHandler.