/Test-app

Primary LanguageKotlin

Test application

Test app

About

It simply shows list of posts from https://jsonplaceholder.typicode.com/ on first screen. On second screen it shows user detail information and his posts.

Tech stack

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Navigation - The library which helps implement navigation in the app
  • Dagger 2 - Dependency Injection Framework
  • AdapterDelegates - library for building complex screens in a RecyclerView
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Gson - A modern JSON library for Kotlin and Java.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Architecture

  • Clean Architecture
  • MVVM + MVI (presentation layer)