All Projects → FullHuman → Kotlin-Android-Studio-Templates

FullHuman / Kotlin-Android-Studio-Templates

Licence: other
Kotlin Android Studio Templates - A collection of templates in Kotlin

Programming Languages

FreeMarker
481 projects
kotlin
9241 projects

Projects that are alternatives of or similar to Kotlin-Android-Studio-Templates

xmake-gradle
A gradle plugin that integrates xmake seamlessly
Stars: ✭ 31 (+3.33%)
Mutual labels:  android-studio
JetStory
JetStory is an open source android app made to help you spend your waiting time reading stories that have similar length to your available time.
Stars: ✭ 20 (-33.33%)
Mutual labels:  android-studio
pdftron-android-samples
PDFTron Android Samples
Stars: ✭ 30 (+0%)
Mutual labels:  android-studio
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (-3.33%)
Mutual labels:  android-studio
WhatsApp-Stickers
WhatsApp Stickers Pack For WhatsApp
Stars: ✭ 18 (-40%)
Mutual labels:  android-studio
SMACK-API-Android-Demo
A demo XMMP android application using Android studio with SMACK Library
Stars: ✭ 41 (+36.67%)
Mutual labels:  android-studio
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (+13.33%)
Mutual labels:  android-studio
android-clean-code
Writing Clean Code in Android
Stars: ✭ 22 (-26.67%)
Mutual labels:  android-studio
android-studio-docker
Docker image with GUI with preinstalled Android Studio 3.0
Stars: ✭ 33 (+10%)
Mutual labels:  android-studio
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (+396.67%)
Mutual labels:  android-studio
svg-non-stop
SVG import "Gradient has no stop info" fix
Stars: ✭ 65 (+116.67%)
Mutual labels:  android-studio
cAndroid
cAndroid is tool for control your PC by Android phone
Stars: ✭ 23 (-23.33%)
Mutual labels:  android-studio
Sarrafi
💵 Exchange price application for android
Stars: ✭ 49 (+63.33%)
Mutual labels:  android-studio
FluentERP
ERP mobile application for Android with a support for SAP-like T-codes!
Stars: ✭ 18 (-40%)
Mutual labels:  android-studio
WisataPurwakarta
Sample Aplikasi Wisata
Stars: ✭ 18 (-40%)
Mutual labels:  android-studio
AndroidStudio-ChineseLanguagePackage
AndroidStudio 中文汉化包
Stars: ✭ 48 (+60%)
Mutual labels:  android-studio
Android-Developer-Roadmap
Ruta de aprendizaje desde cero para convertirte en Android Developer
Stars: ✭ 350 (+1066.67%)
Mutual labels:  android-studio
Recognize-Face-on-Android
This is an Android face recognize application that based on tensorflow , you can develop it with Android Studio
Stars: ✭ 20 (-33.33%)
Mutual labels:  android-studio
T0rlib4Android
A minimal android controller library for Tor
Stars: ✭ 25 (-16.67%)
Mutual labels:  android-studio
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (-16.67%)
Mutual labels:  android-studio

Kotlin Android Studio Templates

What is this?

Android Studio allows us to create custom templates. We can use this feature to improve the experience of a developer by preventing him of writing useless or obvious code. With a template, you can easily implement verbose features without having to use copy and paste. This repository contains some template in Kotlin I use to speed up my development.

Install

To install a template in your installation of Android Studio, copy the folder containing the template you want to use in the following directory

AndroidStudioInstallationFolder/plugins/android/lib/templates/

Example for Windows:

C:/Program Files/Android/Android Studio/plugins/android/lib/templates/

List of templates

New Android project

A new android project is created with the NewAndroidModule template.

Activities

  • SplashScreen
  • Bottom Bar Navigation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].