pocorall / scaloid

Scaloid makes your Android code easy to understand and maintain.
Other
2.09k stars 163 forks source link

[Enhancement] Opinion on Data binding #129

Closed HerringtonDarkholme closed 9 years ago

HerringtonDarkholme commented 9 years ago

Hi, I really like scaloid's design.

What about adding data binding / reactive feature to scaloid? Like https://github.com/zserge/anvil

pocorall commented 9 years ago

I'm working on two-way data binding https://github.com/pocorall/reactoid, although it is very early stages.

HerringtonDarkholme commented 9 years ago

That's very promising!