gueei / AndroidBinding

MVVM for Android
MIT License
349 stars 77 forks source link

Still alive? #9

Open supermarcos opened 10 years ago

supermarcos commented 10 years ago

Hi, there!

Are you still supporting and developing this library? Because I found a few places with getting-started tutorials and I can see they must be old or something because using the current jar is published here (BTW: is that library compiled with the last codebase?) things seem to be different...

Thanks

leojh commented 10 years ago

I would like to know this as well, please.

xudshen commented 10 years ago

+1

leojh commented 10 years ago

Everyone checkout https://github.com/RoboBinding/RoboBinding for a data-binding lib that is alive and works great.

supermarcos commented 10 years ago

Hi, leojh, have you been able to put RoboBinding in your project? Because I already tried and I couldn't, the issues with gradle are a nightmare. Did you put it in a project using Android Studio? Thanks!

leojh commented 10 years ago

Yes, I was able to use it on a prototype that I built. I agree the gradle stuff is a nightmare overall specially since I first tried it out using plain old InteliJ IDEA. However, the latest version of RoboBinding has the gradle config built in for Android Studio.

egandro commented 10 years ago

I use Roboguice with Android Binding. Maybe I'll add a demoproject. Basically you need your own Roboguice + Binding Activity merged into one class.

egandro commented 10 years ago

And yes the library is still supprted. I'll add some fixes and some new stuff during the next days.