Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.05 KB

README.md

File metadata and controls

37 lines (27 loc) · 2.05 KB

Android Build CI

A mini project to display information about a card, making API calls to https://binlist.io

Features

  • MVVM Architecture
  • Kotlin Coroutines with Flow
  • Dagger Hilt
  • Kotlin Gradle DSL
  • GitHub actions for CI
  • Unit testing

Libraries

  • Viewmodel - Presenter for persisting view state across config changes
  • Room Database - Provides abstraction layer over SQLite
  • Retrofit - type safe http client and supports coroutines out of the box.
  • Moshi - JSON Parser,used to parse requests on the data layer for Entities and understands Kotlin non-nullable and default parameters
  • okhttp-logging-interceptor - logs HTTP request and response data.
  • kotlinx.coroutines - Library Support for coroutines,provides runBlocking coroutine builder used in tests
  • Truth - Assertions Library,provides readability as far as assertions are concerned
  • Retromock - web server for testing HTTP clients
  • Robolectric - Unit test on android framework.
  • Espresso - Test framework to write UI Tests
  • Dagger Hilt - handles dependency injection
  • Work Manager - the recommended solution for persistent work

App Screenshots

Screenshot 1

Screenshot 2