Skip to content

rahat14/CodingTest

Repository files navigation

CodingTest

A Test App Featuring MVVM,Hilt,Navigation Component,Retrofit #Project Summary This application loads the last 10 commits from the github's official flutter repo.And also shows a summary of a specific user details.

Tech stack & Open-source libraries

  • 100% Kotlin based, Coroutines + Flow for asynchronous.
  • JetPack🚀
    • ViewBinding - View binding is a feature that allows you to more easily write code that interacts with views.
    • LiveData With Flow - notify domain layer data to views.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • Hilt - To simplify Dagger-related infrastructure for Android apps.
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
  • Gson - Gson is a Java library that can be used to convert Java Objects into their JSON representation.
  • okhttp-logging-interceptor - logs HTTP request and response data.
  • kotlinx.coroutines - Library Support for coroutines,provides runBlocking coroutine builder used in tests for Android.

Architecture

  • MVVM Architecture (Model - View - ViewModel)
  • Repository pattern

Project Demo

About

This is Codig Test From Gtaf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages