All Projects → androidstarters → Kotlin Android Starter

androidstarters / Kotlin Android Starter

[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Kotlin Android Starter

Android Starter
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
Stars: ✭ 522 (-11.38%)
Mutual labels:  rxjava, espresso, mockito, checkstyle, findbugs, robolectric, pmd
Marvel
Marvel Characters Android Application Assigned by smava GmbH
Stars: ✭ 227 (-61.46%)
Mutual labels:  rxjava, mvp, espresso, mockito, robolectric
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-89.3%)
Mutual labels:  rxjava, mvp, espresso, mockito, robolectric
Mvvm Kotlin Android Architecture
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
Stars: ✭ 1,014 (+72.16%)
Mutual labels:  rxjava, mvp, espresso, mockito
Debt-Manager
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
Stars: ✭ 22 (-96.26%)
Mutual labels:  findbugs, pmd, checkstyle, mockito
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (-84.55%)
Mutual labels:  rxjava, mvp, espresso, mockito
Android Gif Example
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Stars: ✭ 334 (-43.29%)
Mutual labels:  mvp, espresso, robolectric
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (-96.43%)
Mutual labels:  pmd, checkstyle, mockito
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (-97.45%)
Mutual labels:  mvp, mockito, robolectric
EasyUtAndroid
Android unit testing example 全面的android应用单元测试方法及案例
Stars: ✭ 21 (-96.43%)
Mutual labels:  mvp, mockito, robolectric
static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (-93.89%)
Mutual labels:  findbugs, pmd, checkstyle
Tvflix
TvFlix android app using Dagger Hilt, Coroutines, Flow, KTX, Jetpack(Room, ViewModel, Paging3, Lifecycle) based on MVVM architecture purely written in Kotlin
Stars: ✭ 286 (-51.44%)
Mutual labels:  mockito, checkstyle, pmd
java-quality-checks
No description or website provided.
Stars: ✭ 33 (-94.4%)
Mutual labels:  findbugs, pmd, checkstyle
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-97.28%)
Mutual labels:  mvp, mockito, robolectric
mvp-sample
Demonstrates how to implement MVP (Model View Presenter) pattern using Kotlin, RXJava, Retrofit, Dagger and DataBinding
Stars: ✭ 35 (-94.06%)
Mutual labels:  mvp, mockito, espresso
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-52.63%)
Mutual labels:  mvp, espresso, mockito
rxify
Now: RxJava Playground, Previous: Demo for the talk at DroidconIN 2016, Droidcon Boston 2017 and Codelab for GDG January Meetup
Stars: ✭ 59 (-89.98%)
Mutual labels:  rxjava, mvp, mockito
Androidut
Android开发中必要的一环---单元测试(Unit Test)
Stars: ✭ 419 (-28.86%)
Mutual labels:  mvp, mockito, robolectric
Okcheck
Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use
Stars: ✭ 285 (-51.61%)
Mutual labels:  checkstyle, findbugs, pmd
Androidstarter
A sample Android app using the MVP architecture.
Stars: ✭ 140 (-76.23%)
Mutual labels:  rxjava, mvp, mockito

Android Kotlin Mvp Starter Build Status

Android Arsenal Join the chat at https://gitter.im/android-mvp-starter/Lobby

An MVP Boilerplate to save me having to create the same project over from scratch every time! :)

This project uses:

Create new project using yeoman generator-kotlin-android

npm install -g yo
npm install -g generator-kotlin-android
mkdir NewApp && cd $_
yo kotlin-android

Building

To build, install and run a debug version, run this from the root of the project:

./gradlew app:assembleDebug

Testing

To run unit tests on your machine:

./gradlew test

To run instrumentation tests on connected devices:

./gradlew connectedAndroidTest

Code Analysis tools

The following code analysis tools are set up on this project:

./gradlew pmd
./gradlew findbugs
./gradlew checkstyle

The check task

To ensure that your code is valid and stable use check:

./gradlew check

License

MIT License

Copyright (c) 2017 Ravindra Kumar

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].