##What is this? A collection of useful live templates that you can use within your AndroidStudio or IntelliJ IDEA installation.
##I can haz? Yes. Simply clone the repository to your AndroidStudio's config/templates folder.
JetBrains has you covered in finding the location of this folder.
Once you found it, cd into it, run git clone https://github.com/keyboardsurfer/idea-live-templates . and restart AndroidStudio.
##Currently included live templates
*the doc is generated by ./listCurrentTemplates *
const: "Define android style int constant"fbc: "findViewById with cast"foreach: "Create a for each loop"gone: "Set view visibility to GONE"IntentView: "Creates an Intent with ACTION_VIEW"key: "Key for a bundle"newInstance: "create a new Fragment instance with arguments"noInstance: "private empty constructor to prohibit instance creation"rgC: "get a color from resources"rgS: "get a String from resources"rouiT: "runOnUIThread"sbc: "block comment for structuring code"Sfmt: "String format"starter: "Creates a static start(...) helper method to start an Activity"Toast: "Create a new Toast"ViewConstructors: "Adds generic view constructors"visible: "Set view visibility to VISIBLE"wrapIt: "adds a gradle wrapper task"
ccode: "code tag for javadoc"cfalse: "puts false in a comment section"clink: "link from within javadoc"ctrue: "puts true in a comment section"fixme: "adds //FIXME"noop: "indicate that a method does not have any operations"stopship: "adds //STOPSHIP"todo: "adds //TODO"
createObservable: "Create RxJava Observable"Crouton: "Creates a new Crouton"CroutonFragment: "Creates a new Crouton for display within a fragment"CroutonShow: "Creates a new Crouton with Crouton.showText"onEvent: "Adds onEvent method for eventbus"onEventMainThread: "Adds onMainThreadEvent method for eventbus"
logd: "Log.d(TAG, String)"loge: "Log.e(TAG, String)"logi: "Log.i(TAG, String)"logm: "Log method name and its arguments"logr: "Log result of this method"logt: "A static logtag with your current classname"wtf: "Log.wtf(TAG, String)"
Parcelable: "Create a parcelable block for your current class"ParcelableEnum: "Create a parcelable block for your current enum"ParcelableEnumTest: "Creates basic parcelable enum test methods"ParcelBoolean: "writes a single boolean value to a parcel"UnparcelBoolean: "reads a single boolean value from a parcel"UnparcelIntArray: "Unparcels an int array"UnparcelStringArray: "Unparcels a String array"
appNs: "adds application namespace"lh: "android:layout_height="""lhm: "android:layout_height="match_parent""lhw: "android:layout_height="wrap_content""lw: "android:layout_width="""lwm: "android:layout_width="match_parent""lww: "android:layout_width="wrap_content""toolsNs: "adds tools namespace to Android xml file"
##Contribution
- Fork
- Add your own live templates
- Update the documentation by using the
./listCurrentTemplates.shtemplate - Send me a pull request
- Wait
- Profit