Open giolin opened 8 years ago
Only if you promise me you'll stop using Hungarian notation!
lol, ok I promise to be more modern I just took a look of the source code and found it is more work than I thought to have this feature added. Anyway I will try to achieve it :)
Hi @JakeWharton , @giolin , Is this fixed?
@MONIKA-KUMAR-JETHANI Sorry but I didn't do anything on this open issue. Are you working on this? I will take time looking into it.
Is it possible to have
FieldCollectionResourceBinding
to support binging multiple resources asList
orArray
so@BindColor({R.color.red, R.color.green, R.color.blue}) int[] mColors;
can be possible in Butterknife?This is really useful since it can eliminate some switch cases in the code.