Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

ml-archive/androidstudio-livetemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Studio Live Templates

For adding Nodes specific interactors/fragments/activities

🔧 Installation

MacOS

Run the install.sh script inside the templates folder

Windows

Copy all the folders inside the template folder into the following path C:\Android\android-studio\plugins\android\lib\templates\

Usage

Activity

  • Right click on the parent folder where you want the activity to be created
  • New > N Clean Architecture > Activity
  • Enter a name for the activity (don't use activity inside the name)
  • If you want the Dagger files to be generated be sure to select take
  • Click Ok
  • You're done!

Activity Example

Fragment

  • Right click on the parent folder where you want the fragment to be created
  • New > N Clean Architecture > Fragment
  • Enter a name for the fragment (don't use fragment inside the name)
  • If you want the Dagger files to be generated be sure to select take
  • Click Ok
  • You're done!

Fragment Example

💻 Developers

  • @brianestrada
  • @johsoe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors