Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

alisamy10/MadarSoftTask

Repository files navigation

MadarSoftTask

madar soft task using room clean clean architecture and dependency injection framework using dagger-hilt and coroutines for managing threads and navigation component . and make unit test of search use case and mocking the room

Architecture

I choose to use MVVM (Model-View-ViewModel) as my project architecture in order to provide a cleaner code, with clear separation between the view, the data and the business logic. The following diagram shows all the modules and how each module interact with one another after. This architecture using a layered software architecture.

Built With

  • Kotlin - official programming language for Android development .
  • Coroutines - for asynchronous programming .
  • 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.
    • Room - Access your app's SQLite database with in-app objects and compile-time checks.
    • Navigation -
  • dagger-hilt - Dependency Injection Framework (Kotlin).
  • Fragment
  • [unit testing]

About

madar soft task using room clean clean architecture and dependency injection framework using dagger-hilt and coroutines for managing threads and navigation component . and make unit test of search use case and mocking the room

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages