Skip to content

nekocode/create-android-kotlin-app

Repository files navigation

README

This is an android application template project built with kotlin language and some useful libraries. It provides a creator script to quickly create an project from template.

Creating project

Make sure you have installed Python 3 and requests library before proceeding. And then paste the following command at a terminal, replace the PROJECT_NAME and APP_PACKAGE_NAME and execute it:

python3 -c \
"$(curl -fsSL https://raw.githubusercontent.com/nekocode/create-android-kotlin-app/master/create-android-kotlin-app.py)" \
PROJECT_NAME \
APP_PACKAGE_NAME

What is included

This template project includes some of the latest features in Android development:

  • Used kotlin completely (includes the gradle build scripts)
  • Used AndroidX & Navigation
  • Some simple but useful extensions

For more details, you can check the code directly.

About

Create kotlin android project with one line of command.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7