• Stars
    star
    314
  • Rank 133,353 (Top 3 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android Kotlin Starter is a starter project which implements MVVM Pattern.

Android Kotlin MVVM Starter

Platform

Android Kotlin Starter is a starter project which implements MVVM Pattern.

Libraries

It includes libraries

You can choose which library you want to include in your project

Terminal

Requirements

python
pip
cookiecutter

Install

1. Install python
2. Install pip
3. pip install cookiecutter

Scaffold your project:

cookiecutter https://github.com/general-mobile/kotlin-android-mvvm-starter.git

Scaffold your Androidx project:

cookiecutter https://github.com/general-mobile/kotlin-android-mvvm-starter.git --checkout androidx
Project Tree After Scaffold
โ”œโ”€โ”€ app
โ”‚ย ย  โ”œโ”€โ”€ build.gradle
โ”‚ย ย  โ”œโ”€โ”€ proguard-rules.pro
โ”‚ย ย  โ””โ”€โ”€ src
โ”‚ย ย      โ”œโ”€โ”€ androidTest
โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ java
โ”‚ย ย      โ”‚ย ย      โ””โ”€โ”€ com
โ”‚ย ย      โ”‚ย ย          โ””โ”€โ”€ generalmobile
โ”‚ย ย      โ”‚ย ย              โ””โ”€โ”€ app
โ”‚ย ย      โ”‚ย ย                  โ””โ”€โ”€ kotlinmvvmstarterproject
โ”‚ย ย      โ”‚ย ย                      โ””โ”€โ”€ ApplicationTest.java
โ”‚ย ย      โ”œโ”€โ”€ main
โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ AndroidManifest.xml
โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ kotlin
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ com
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย      โ””โ”€โ”€ generalmobile
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย          โ””โ”€โ”€ app
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย              โ””โ”€โ”€ kotlinmvvmstarterproject
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”œโ”€โ”€ Application.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”œโ”€โ”€ core
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BaseActivity.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BaseAdapter.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BaseDiffCallback.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BaseEntity.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BaseFragment.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BasePagedListAdapter.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ BaseViewHolder.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ””โ”€โ”€ BaseViewModel.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”œโ”€โ”€ db
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ AppDatabase.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ dao
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ ExampleDao.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ””โ”€โ”€ entities
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย      โ””โ”€โ”€ Example.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”œโ”€โ”€ di
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ component
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ ApplicationComponent.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ module
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ ApplicationModule.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ DatabaseModule.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ NetModule.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ””โ”€โ”€ scope
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย      โ””โ”€โ”€ ActivityScope.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”œโ”€โ”€ ui
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”œโ”€โ”€ main
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ MainActivityViewModel.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ MainActivity.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย  โ””โ”€โ”€ splash
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ”‚ย ย      โ””โ”€โ”€ SplashActivity.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                  โ””โ”€โ”€ utils
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                      โ””โ”€โ”€ service
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                          โ””โ”€โ”€ CallbackWrapper.kt
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                      โ””โ”€โ”€ timber
โ”‚ย ย      โ”‚ย ย  โ”‚ย ย                          โ””โ”€โ”€ CrashReportTree.kt
โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ res
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ drawable
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ android_starter.png
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ splash_logo.xml
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ layout
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ activity_main.xml
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ mipmap-hdpi
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ ic_launcher.png
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ ic_launcher_round.png
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ mipmap-mdpi
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ ic_launcher.png
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ ic_launcher_round.png
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ mipmap-xhdpi
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ ic_launcher.png
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ ic_launcher_round.png
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ mipmap-xxhdpi
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ ic_launcher.png
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ ic_launcher_round.png
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ mipmap-xxxhdpi
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ ic_launcher.png
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ ic_launcher_round.png
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ values
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ colors.xml
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ dimens.xml
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ strings.xml
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ styles.xml
โ”‚ย ย      โ”‚ย ย      โ”œโ”€โ”€ values-v21
โ”‚ย ย      โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ styles.xml
โ”‚ย ย      โ”‚ย ย      โ””โ”€โ”€ values-w820dp
โ”‚ย ย      โ”‚ย ย          โ””โ”€โ”€ dimens.xml
โ”‚ย ย      โ””โ”€โ”€ test
โ”‚ย ย          โ””โ”€โ”€ java
โ”‚ย ย              โ””โ”€โ”€ com
โ”‚ย ย                  โ””โ”€โ”€ generalmobile
โ”‚ย ย                      โ””โ”€โ”€ app
โ”‚ย ย                          โ””โ”€โ”€ kotlinmvvmstarterproject
โ”‚ย ย                              โ””โ”€โ”€ ExampleUnitTest.java
โ”œโ”€โ”€ build.gradle
โ”œโ”€โ”€ gradle
โ”‚ย ย  โ””โ”€โ”€ wrapper
โ”‚ย ย      โ”œโ”€โ”€ gradle-wrapper.jar
โ”‚ย ย      โ””โ”€โ”€ gradle-wrapper.properties
โ”œโ”€โ”€ gradle.properties
โ”œโ”€โ”€ gradlew
โ”œโ”€โ”€ gradlew.bat
โ””โ”€โ”€ settings.gradle

46 directories, 47 files

License

The MIT License (MIT)

Copyright (c) 2018 General Mobile

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.