Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 436 Bytes

File metadata and controls

11 lines (9 loc) · 436 Bytes

PostsApp-Zemoga

Simple Posts App displaying basic skills

Added:
-Page View to toggle between fragments in the toolbar.
-Recycler Views to handle Lists.
-Implemented MVVM with Clean Architecture.
-Usage of Live Data for reactive views, Interfaces for lower coupling, flexibility and TDD.
-Hilt Injection, Room for Data Persistence, Retrofit for http requests.
-A couple of test in a useCase and a viewModel for showcase.