Android Framework?

后端 未结 10 605
忘掉有多难
忘掉有多难 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 20:03

    To continue the list :

    I am working on the BARACUS framework, which focus is to ease the pain of Android component development.

    Current features:

    • Bean Container with Dependency Injection (type based on Interfaces or Implementations)
    • pure Java Configuration
    • Bean lifecycle management
    • Tiny OR-Mapper solution to have basic ORM w. lazy loading and automatic Row Mapping
    • Declarative form validation
    • Database hot backup and recovery
    • Automated database version management + automated migration

    The library is available through maven central repository (including a maven archetype).

    Also, a set of tutorials is available on blogstpot

    The library is Apache2 licensed, open source (on github) and free usable in any projects (commercial+non-commercial).

提交回复
热议问题