Android data-binding (similar to WPF)?

后端 未结 8 2058
情话喂你
情话喂你 2020-12-13 12:56

I have searched for some similar questions before posting - however I have a general question when it comes to Android and data binding (and the other answers I check did no

8条回答
  •  一向
    一向 (楼主)
    2020-12-13 13:46

    Reading a bit about this topic, I just found RoboBinding, a "data-binding Presentation Model framework" for Android.

    Similar to the Android-binding project, you can bind properties (one-way or two-way) and events to your views in XML using an extra namespace.

    Although it is no built-in approach either, it might be a great help for you.

提交回复
热议问题