atilabraga / Droid-Snippet

Android Utils Live Code Template for Android Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This plugin is still in alpha stage, so it might be unstable. Feel free to share your feedback and report issues!

This plugin is in JetBrains Plugins Repository! Get it from here.

Droid-Snippet

Take a look

Live Coding Template for Android Studio. Speed up development time by adding access to important android utils snippet. Droid Snippet is currating fingertips utils needed in day to day development of android application.

Usage:

Find the Droid Snippet action with CMD+J shortcut and type the initials of the utils you are looking for.

Available Utils :

  • Utils
  • Network Utils
  • Device Utils
  • Screen Utils
  • Location Utils
  • Permission Utils
  • Intent Utils

Installation

Online Repository

Android Studio > Preference > Plugin > Browse Repositories > Search > Droid Snippet > Install and Restart

From Disk

Download Droid Snippet.jar > Android Studio > Preference > Plugin > Install plugin from disk > find Droid Snippet . jar> select > Install and Restart

Setting Up Project on IntelliJ

Disclaimer

This is built off utils on Android Utils Code . This is continuously a work in progress and more utils will be added based on usage and contributions.

Contribution

Before sending a PR

  • Naming Convention - Ensure naming convertion follwing the pattern. UtilsCategoryName_UtilsFunction (e.g networkUtils_isConnected)
  • Test (Application for live template resource) - ensure it's tested and works as expected.

Adequate testing will be conducted before a PR is accepted.

About

Android Utils Live Code Template for Android Studio

License:MIT License


Languages

Language:Java 100.0%