Skip to content

Simple Implementaion followed MVVM Achitecture Design Pattern in Kotlin

Notifications You must be signed in to change notification settings

JasonChe777/JPMC-CodingChallenge-School

Repository files navigation

JPMC-CodingChallenge-School

The application is implemented using Kotlin followed with MVVM architecture design pattern.

Technologies 🛠

  • Kotlin - First class and official programming language for Android development.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
  • Okhttp3 - For implementing interceptor, logging and mocking web server.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Coroutines - Instance of suspendable computation.
  • Dagger Hilt - A standard way to incorporate Dagger dependency injection into an Android application.
  • GSON - A Java serialization/deserialization library to convert Java Objects into JSON and back.
  • GSON Converter - A Converter which uses Gson for serialization to and from JSON.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Junit4 - A simple framework to write repeatable tests.
  • Mockito - Mockito is a mocking framework that lets you write beautiful tests with a clean & simple API.

Architecture

This application uses MVVM (Model View ViewModel) architecture.

Video Demo 🎬

device-2023-07-12-113728.webm

About

Simple Implementaion followed MVVM Achitecture Design Pattern in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages