Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 311 Bytes

Giphy

Small Compose project that utilizes Giphy API and shows searched items

What have been used?

  • MVVM architecture with repository
  • Pagination (Paging 3) for pagination implementation
  • Retrofit with GSON for networking
  • Jetpack compose for UI solution
  • Coroutines
  • Flow
  • Mockk for Unit testing