Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 431 Bytes

MyArtGallary

This is a sample project which use bellow things :

  1. MVVM architecture
  2. Room DataBse
  3. Retrofit with Gson convertor
  4. Hilt (dependecy Injection)
  5. Navigation with safeArg (Jetpack component)
  6. Glide (Image Library)
  7. ViewBinding
  8. coroutiens
  9. Live Data

this code is also cover with Unit Test like :

  1. JUnit4
  2. Esspresso
  3. Roboelectric Test

Use Pixabay Api for geting Image Data.