Skip to content

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

Notifications You must be signed in to change notification settings

WadeQ/Hilt-Example-Clean-Architecture

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages