pcqpcq / AndroidStudioTemplates

custom templates for android studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STATUS: IN TESTING...


Usage

Copy the appropriate folders into <androidStudio-folder>/plugins/android/lib/templates/ and they will work when you create new project/module.


Custom Features

  • enable parallel & daemon

    for faster compile

  • add git ignore .idea

    useless for git

  • add gradle-retrolambda

    for lambda in java 8

  • enable dataBinding

    for amazing data binding

  • add productFlavors diff in minSdkVersion with flavors dev & publish

    develop with sdk 21 for faster compile

  • add lintOptions with disable abortOnError

    useful in some case

  • add signing config

    for release build

  • add layoutcast

    for faster development

  • add jlog

    for faster development

About

custom templates for android studio

License:Apache License 2.0


Languages

Language:FreeMarker 100.0%