GithubHelp home page GithubHelp logo

uday144 / android-mvvm-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonathanmoreno14/android-mvvm-app

0.0 0.0 0.0 135 KB

Android Kotlin project to show the concepts of the MVVM, Unit Testing, Dependency Injection

License: MIT License

Kotlin 100.00%

android-mvvm-app's Introduction

Android MVVM App

Table of contents

General info

I wanted to create this project to show the concepts of the MVVM, Unit Testing, Dependency Injection

Language: Kotlin

Created JSON file: favoritequotes.json

ezgif com-video-to-gif

Technologies

Project is created with:

  • Dagger 2
  • RxJava 2
  • Retrofit 2
  • Glide
  • Mockito

Dependencies


apply plugin: 'kotlin-kapt'

  implementation 'com.squareup.retrofit2:retrofit:2.5.0'
  implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
  implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'

  implementation "io.reactivex.rxjava2:rxjava:2.1.9"
  implementation "io.reactivex.rxjava2:rxandroid:2.0.2"

  implementation 'com.google.dagger:dagger:2.22.1'
  implementation "com.google.dagger:dagger-android-support:2.22.1"
  kapt "com.google.dagger:dagger-compiler:2.22.1"
  kapt "com.google.dagger:dagger-android-processor:2.22.1"

  implementation "android.arch.lifecycle:extensions:1.1.1"
  testImplementation "org.mockito:mockito-inline:2.13.0"
  testImplementation 'android.arch.core:core-testing:1.1.1'
  implementation 'com.github.bumptech.glide:glide:4.9.0'


  api 'com.google.android.material:material:1.1.0-alpha07'
  implementation 'de.hdodenhof:circleimageview:3.0.0'
  implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha06'

Permissions

<uses-permission android:name="android.permission.INTERNET"/>

Unit Testing

Screen Shot 2019-06-07 at 3 40 22 PM

Screen Shot 2019-06-07 at 3 41 02 PM

Installation

To run this project, Clone this repository and import into Android Studio

https://github.com/JonathanMoreno14/Android-MVVM-App.git

android-mvvm-app's People

Contributors

jonathanmoreno14 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.