Import Android Live Templates to speed up your coding and reduce developing time.
Live Template is adding a reusable code snippet in your editor by typing its abbreviation. Live Template helps you to speed up your coding and reduce the developing time.
Go to the settings -> Live Template. Click on the + button and add your abbreviation, description, and code snippet which you want to use while typing an abbreviation.
- Toast with Short/Long Duration (Abbreviation: toast short/long)
- Snackbar with Short/Long Duration (Abbreviation: snackbar short/long)
- Snackbar with Action (Abbreviation : snackbar with action)
- Alert Dialog (Abbreviation: alert)
- Region (Abbreviation: region)
- Enable Data Binding (Abbreviation: data binding)
- Enable View Binding (Abbreviation: view binding)
- Enable View and Data Binding (Abbreviation: view and data binding)
- Request Single Permission (Abbreviation: single permission)
- Request Multiple Permission (Abbreviation: multiple permissions)
- Pick a file from storage (Abbreviation: pick file)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.