Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.5 KB

File metadata and controls

30 lines (17 loc) · 1.5 KB

UI

Devbricks X provides you numerous helper classes and annotations to simplify your development.

Installation

How to setup your builde.gradle, see the installation section of devbricksx.

  • If you want to use high-level codes generation, like ViewModel, inlcudes devbricksx-kotlin-annotation and devbricksx-kotlin-compiler.

  • If you want to use low-level codes generation, like Database, inlcudes devbricksx-java-annotation and devbricksx-java-compiler.

Components

  • ViewModel

    With annotations's support, you can generate a ViewModal and a Fragment with RecyclerView automatically for a object class. Visit devbricksx-kotlin-annotations for more details.

  • Fragment

    With annotations's support, you can generate a Fragment with RecyclerView / ViewPager2 / NonRecyclableListView automatically for a set of objects. Visit devbricksx-kotlin-annotations for more details.

  • Settings

    AbsSettingsFragment and AbsSettingsDialogFragment helps to create a full-screen page or a dialog to change the preferences of your application. Visit Settings for more details.

  • About

    AbsAboutFragment helps to create an About dialog with a few lines of customization, including application name, version description, etc. Visit About for more details.