WadeQ / Hilt-Example-Clean-Architecture

Simple application to demonstrate use of hilt dependency injection library with clean architecture and SOLID principles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hilt-Example-Clean-Architecture

Writing Hilt Example App using Android Architecture Components, in 100% Kotlin, using Android Jetpack Components:

Requirements

Prerequisites - Unit Tests

Spek

This allows us to easily define specifications in a clear, understandable, human-readable way. This framework allows you to describe tests and expected behaviors in a more readable way.

To run tests in Android Studio you need to install Spek Framework plugin (search for Spek Framework).

The UI test run normally, either on a device or an emulator, without any special plugin or dependency.

How it's built

Screenshots

I added some screenshots as shown:

Main

About

Simple application to demonstrate use of hilt dependency injection library with clean architecture and SOLID principles.


Languages

Language:Kotlin 100.0%