Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 377 Bytes

File metadata and controls

4 lines (4 loc) · 377 Bytes

"Random" is a multi-module Android app that displays a list of random users and detailed information about them. It follows clean architecture best practices and utilizes Dagger 2 for dependency injection. Data is locally stored using Room, and a strategy is implemented to minimize API calls. The app also supports both dark and light modes for a flexible user experience.