create-android-kotlin-app

Create android kotlin app with one line of command.

  • Owner: nekocode/create-android-kotlin-app
  • Platform:
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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:

  • Uses kotlin completely (includes gradle build scripts)
  • Uses AndroidX & Android Architecture Components (includes Navigation, ViewModel, LiveData)
  • Uses some powerful generic libraries like RxKotlin, Dagger2, etc
  • Includes some useful features & extensions:
    • Provides convenient way to inject dependencies to Activity, Fragment & ViewModel
    • Provides extension methods autoDisposable() for auto disposing rx streams in Activity, Fragment & ViewModel

For more details, you can check the source code directly.

Main metrics

Overview
Name With Ownernekocode/create-android-kotlin-app
Primary LanguageKotlin
Program languageKotlin (Language Count: 2)
Platform
License:Apache License 2.0
所有者活动
Created At2015-08-29 02:28:07
Pushed At2021-02-05 14:00:56
Last Commit At2021-02-05 22:00:14
Release Count6
Last Release Name4.0 (Posted on )
First Release Name2.0 (Posted on )
用户参与
Stargazers Count1.6k
Watchers Count75
Fork Count209
Commits Count49
Has Issues Enabled
Issues Count13
Issue Open Count0
Pull Requests Count8
Pull Requests Open Count2
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private