/ProductsList

it's a template kotlin android project created with clean architecture and MVVM

Primary LanguageKotlin

ProductList

A sample Android application using MVVM, Clean Architecture, Android Architecture Components,jetpack components

and have offline and online modes.

Techologies

offline mode:

Using Room library

Network:

Using retrofit and Okhttp client to handel network issues and network caching

Dependancy Injection:

Using Dagger Hilt

Image Loading:

Using Picasso

Paging:

Using paging3

testing:

Using Juint4