Build an Android application which allows a user to enter an organization name and then displays the top 3 most popular (by stars) repositories on GitHub for that organization. A user should be able to click on one of the Repos and navigate to it within a webview or chrome custom tabs.
You can find details on the API here: https://developer.github.com/v3/
You should demonstrate the following in your application:
- Proper MVVM architecture
- View Binding
- Dependency Injection with Dagger 2 & Hilt
- Retrofit networking with RxKotlin