Loading repository data…
Loading repository data…
amirtashakkori / repository
PersonaGen is an Android app that generates random user profiles based on nationality and gender using the RandomUser.me API. It uses MVVM architecture, Kotlin Coroutines for async tasks, and Room for local storage, allowing offline access. The app also includes network checks and a simple UI with Material Design components.
PersonaGen is an Android app that generates random user profiles based on nationality and gender using the RandomUser.me API. The app is rebuilt in Kotlin using MVVM architecture, Kotlin Coroutines for asynchronous programming, Koin for dependency injection, and Room for local data storage. It provides basic functionality for profile generation, offline access, and network status handling.