Application for downloading repositories from Github and Bitbucket used API.
Language: Kotlin
Technologies: MVVM Patern, Retrofit, Lifedata
Used API:
- Github - https://api.github.com/repositories
- Bitbucket - https://api.bitbucket.org/2.0/repositories?fields=values.name,values.owner,values.description
User can scroll list and select item to displaying info. On list we can see Avatars, Usernames and title of repositories. In details view we can also see description.