Android Framework?

后端 未结 10 594
忘掉有多难
忘掉有多难 2021-01-29 19:22

Are there any frameworks out there which make it even more easy than it is to build Android applications and would you be interested in one?

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-29 19:55

    The Simple framework is fully compatible with Android. Its an annotated approach for XML serialization and data binding, and is fully bi-directional. So you can read or write XML on the Android platform. Whats more is its really lightweight and has no external dependencies. In essence its like a JAXB substitute for the Android platform. For more information check out the Tutorial.

提交回复
热议问题