ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

Support for library projects using R2 #208

Closed RiccardoM closed 4 years ago

RiccardoM commented 6 years ago

Hi, thanks for the good work you did with this library.

I'd like to propose a new feature that might be useful to all the people that wants to use this library inside a library project: adding the support of R2 inside your annotations, such as R2.string.

ButterKnife already supports this by using an android-plugin, and is able to resolve ids inside library projects. I think that resolving strings could be great for the users that want to localize the messages using your library while developing android libraries for themselves.

agicquel commented 6 years ago

I need it too !

abhishekBansal commented 6 years ago

+1

mnayef95 commented 5 years ago

+1

mnayef95 commented 5 years ago

I have created an extensible annotation processing library that has these features

You can check it here: https://github.com/Winfooz/WinValidation All contributions are welcome