Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Idea Live Templates | 1,584 | 7 years ago | apache-2.0 | Shell | ||||||
An #androidDev collection of Live Templates for Android Studio | ||||||||||
Mvparmstemplate | 707 | 8 months ago | 2 | apache-2.0 | FreeMarker | |||||
🛠️ A template for Android Studio to create MVPArms and MVPArt Page | ||||||||||
Zoomrecylerlayout | 403 | 3 years ago | Kotlin | |||||||
Zoom Recycler Layout Manager For Android Kotlin | ||||||||||
Advancedrecycleview | 172 | 2 years ago | 1 | Kotlin | ||||||
♻ RecycleView with multiple view types, inner horizontal RecycleView and layout animation | ||||||||||
Androidlivetemplates | 100 | 3 years ago | apache-2.0 | |||||||
:rocket: A curated android templates to make android development more easy and fast :battery: ! | ||||||||||
Curso Desenvolvimento Android | 46 | 2 months ago | apache-2.0 | Java | ||||||
Visite meu site e conheça todos os meus cursos 100% on-line. | ||||||||||
Simplemusic | 40 | 9 months ago | gpl-3.0 | Java | ||||||
一个简单的Android音乐播放器 | ||||||||||
Android Studio Templates | 36 | 7 years ago | FreeMarker | |||||||
A set of templates for your Android Studio | ||||||||||
Quiz App | 30 | 5 years ago | JavaScript | |||||||
Welcome to QuizApp's open source Android app! Come on in, take your shoes off, stay a while explore how examination's 's native squad has built and continues to build the app, discover our implementation of RxJava in logic- filled view models, and maybe even create an issue or two. Quiz android app for my collage ...and it's my graduation project | ||||||||||
Gradle Android Rtl | 24 | 7 years ago | 2 | apache-2.0 | Java | |||||
A gradle plugin that auto generates the fixed RTL layout |
AndroidStudio and Idea live templates.
Most of the templates are imported from:
Install script is based on square/java-code-styles
IntentView
: "Creates an Intent with ACTION_VIEW"Sfmt
: "String format"Toast
: "Create a new Toast"ViewConstructors
: "Adds generic view constructors"const
: "Define android style int constant"fbc
: "findViewById with cast"foreach
: "Create a for each loop"gone
: "Set view visibility to GONE"key
: "Key for a bundle"newInstance
: "create a new Fragment instance with arguments"noInstance
: "private empty constructor to prohibit instance creation"rgS
: "get a String from resources"rouiT
: "runOnUIThread"sbc
: "block comment for structuring code"starter
: "Creates a static start(...) helper method to start an Activity"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"cob
: "create a Observable"createObservable
: "Create RxJava Observable"csub
: "create a Subscriber"fmp1
: "flatmap with func1"fob
: "create observable by Observable.from"ft1
: "filter with func1"job
: "create observable by Observable.just"mp1
: "map with func1"na0
: "create an Action0 object"na1
: "create an Action1 object"obmain
: "observeOn(AndroidSchedulers.mainThread())"onEventMainThread
: "Adds onMainThreadEvent method for eventbus"onEvent
: "Adds onEvent method for eventbus"subio
: "subscribeOn(Schedulers.io())"logd
: "Log.d(TAG, String)"loge
: "Log.e(TAG, String, Exception)"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"logw
: "Log.w(TAG, String, Exception)"wtf
: "Log.wtf(TAG, String, Exception)"ParcelBoolean
: "writes a single boolean value to a parcel"ParcelableEnumTest
: "Creates basic parcelable enum test methods"ParcelableEnum
: "Create a parcelable block for your current enum"Parcelable
: "Create a parcelable block for your current class"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"LL
: "LInearyLayout"txall
: "all text property"txc
: "android:text_color="""txs
: "android:text_size="""txsc
: "text color and text size"main
: "create main func"pln
: "System.out.println"