Igor Ganapolsky

Results 64 comments of Igor Ganapolsky

@chengshengyang This no longer works with **com.android.tools.build:gradle:3.0.0-beta3**

You are correct that it does all the work of ViewHolders for us. You just call the ViewHolder's constructor like `ViewHolder(ViewDataBinding binding)`, and it does the rest. But I do...

@sockeqwe Thanks for making your framework better. Have some @changetip $1 bitcoin.

Hey, I was wondering if you've considered the Data Binding option for Mosby 2.0?

Awesome, thanks. So are AdapterDelegates gonna repace AnnotatedAdapter in your Mosby samples eventually? On Sep 1, 2015 6:02 PM, "Hannes Dorfmann" [email protected] wrote: > Hi, this library AnnotatedAdapter is not...

Ahh, darn. Just when I started to understand AnnotatedAdapters and implementing them in my own apps, I will have to go and rip them out :( On Tue, Sep 1,...

Ok, slight comment: in Mosby you are using AnnotatedAdapter v1.0.0, but the latest AnnotatedAdapter available is 1.0.1. They differ specifically on how `com.hannesdorfmann.annotatedadapter.annotation.Field` defines an `id`. Is it prudent for...

Looks good thanks! On Sep 2, 2015 12:52 PM, "Hannes Dorfmann" [email protected] wrote: > The samples has been updated to latest AnnotatedAdapter version 1.1.1 on > Mosby 2.0 branch (...

Is there any gradle plugin for this library?