Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.21 KB

Code-Generator-Tools


Project maintained by Hamid Fathi

This is a android studio plugin for build fast feature

Features


  • Fragment
    • YourFragment
    • YourViewModel
    • YourFragmentLayout
    • YourUseCase ( using GraphQl )
    • YourItem
    • YourItemLayout
    • YourItemModel
  • Section
    • Fragment assisment
    • ViewModel assisment
    • YourSection
    • YourItemSection
    • UseCase assisment
    • YourSectionLayout
    • YourItemLayout

Installation


  1. Download the plugin package on GitHub Releases.

  2. Preferences(Settings) > Plugins > ⚙️ > Install plugin from disk... > Select the plugin package and install (no need to unzip)

  3. Restart the IDE after installation.

Using The Plugin


Create your directory -> click right select new -> select Fragment You can see add two items

  • Bugloos ( Create Fragment for show data )

Fragment

  • Bugloos ( Create Section Fragment for show data )

Fragment