duckyngo / android-templates

Our optimized Android templates used in our projects

Home Page:https://nimblehq.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimble logo


A collection of templates:

Setup

  1. Clone or download this repository to your local machine, then extract and open the folder
  2. Run newproject.sh script to create a new project with the following inputs:
  -h, --help                         Display this usage message and exit
  -t, --template [TEMPLATE]          Select template: "rx" - RxJavaTemplate or "crt" - CoroutineTemplate (i.e. rx)
  -p, --package-name [PACKAGE_NAME]  New package name (i.e. com.example.package)
  -n, --app-name [APP_NAME]          New app name (i.e. MyApp, "My App")

Example:

  • Init a new project with RxJavaTemplate ./newproject.sh -t rx -p co.myproject.example -n "My Project"

  • Init a new project with CoroutineTemplate ./newproject.sh -t crt -p co.myproject.example -n "My Project"

  1. Update android_version_code and android_version_name
  • RxJavaTemplate/build.gradle
  • CoroutineTemplate/build.gradle

About

Nimble

This project is maintained and funded by Nimble.

Learn more about our Android templates on the Wiki.

About

Our optimized Android templates used in our projects

https://nimblehq.co/

License:MIT License


Languages

Language:Kotlin 92.1%Language:Shell 3.4%Language:Ruby 2.4%Language:XSLT 2.1%