• Stars
    star
    170
  • Rank 223,307 (Top 5 %)
  • Language
    Kotlin
  • Created over 8 years ago
  • Updated about 3 years ago

Reviews

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

Repository Details

Kotlin Dagger2 example project

Google Dagger 2 (Demo)

Build Status codecov

Production code drive by Testing :)

Fully static, compile-time dependency injection framework for both Java and Android.

Configuration

build.gradle application module level
dependencies {
    ...
    implementation 'com.google.dagger:dagger:2.9'
    kapt 'com.google.dagger:dagger-compiler:2.9'
}

You can use libraries or tools.

  • RxJava2, RxAndroid2
  • Retrofit, OkHttp, OkHttp logging
  • Gson
  • Dagger 2

Testing framework

  • Junit
  • Mockito
  • Jacoco (Test coverage)
  • Espresso (UI Testing from Google)

CI Tools

  • Circle CI
  • Travis CI

Run UI-Test (Espresso)

./gradlew connectAndroidTest

More Repositories

1

KotlinDagger2

Kotlin with Dagger2 and Engineering practices. (WIP)
Kotlin
5
star
2

appium-template

Appium template for android testing training
Java
5
star
3

adb-commands

ADB commands for analysis performance issue or monitoring.
4
star
4

RxAndroid-Retrofit

RxJava, RxAndroid, Retrofit 2, Mockito + Travis CI :)
Java
4
star
5

android-chrome-custom-tabs

Thanks for article: http://www.akexorcist.com/2015/09/chrome-custom-tabs-the-new-in-app-browser-from-android-support-library.html
Java
3
star
6

git-kmm

Kotlin Multiplatform Mobile + Mobile Declarative UI Framework (Jetpack Compose and SwiftUI for iOS)
Kotlin
2
star
7

ReactiveAndroid

Android Reactive Programming for กก (29/04/2017)
Kotlin
2
star
8

android-write-and-read-json

JsonWriter and JsonReader , No Library
Java
2
star
9

android-mongodb

Android MongoDB with Flask Python
Java
2
star
10

android-mysql-okhttp

Post data to MySQL
Java
2
star
11

TourAndroid

Kotlin
2
star
12

Hilt

Dagger-Hilt
Kotlin
1
star
13

appium-cucumber

Android automate test with appium and cucumber
Java
1
star
14

ChuckHttpInspector

Kotlin
1
star
15

android-material-design-navigation-drawer-demo

Material Design Navigation Drawer
Java
1
star
16

android-build

Docker Image for Android (Android SDK, Fastlane, JDK-17, mobsfscan)
Dockerfile
1
star
17

php-mysql-for-android

service for android
PHP
1
star
18

BottomNavigationView

Android Bottom Navigation View
Java
1
star
19

withCoroutines

Kotlin Coroutines in Action
Kotlin
1
star
20

Firebase-Cloud-Messaging

Firebase Cloud Message (FCM) example
Kotlin
1
star
21

airflow-lab

Sharing Apache Airflow and make it easier to hand-on during sharing...
Python
1
star