android-templates

Introduction: Our optimized Android templates used in our projects
More: Author   ReportBugs   OfficialWebsite   
Tags:
Off-

Nimble logo


A collection of our Android templates:

Setup

  1. Clone or download this repository to your local machine, then extract and open the folder
  2. Run cd scripts to get into the scripts directory
  3. Run kscript new_project.kts to create a new project with the following arguments:

     package-name=                      New package name (i.e., com.example.package)
     app-name=                          New app name (i.e., MyApp, "My App", "my-app")
     template=                          Template (i.e., compose) (optional, default: compose)
     force=                             Force project creation even if the script fails (default: false)
     destination=                       Set the output location where the project should be generated (i.e., /Users/johndoe/documents/projectfolder)
    

Examples:

  kscript new_project.kts package-name=co.mycomposeproject.example app-name="My Compose Project"
  kscript scripts/new_project.kts package-name=co.mycomposeproject.example app-name="My Compose Project" template=compose
  kscript new_project.kts package-name=co.mycomposeproject.example app-name="My Compose Project" template=compose destination=/Users/johndoe/documents/projectfolder
  1. Update android_version_code and android_version_name in template/build.gradle

Wiki

Learn more about our Android templates on the Wiki.

License

This project is Copyright (c) 2014 and onwards Nimble. It is free software and may be redistributed under the terms specified in the LICENSE file.

About

Nimble logo

This project is maintained and funded by Nimble.

We ❤️ open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.

Want to join? Check out our Jobs!

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools