chetan-AD / GithubConnect

An Android app demo completely written in kotlin that uses github API to search and fetch user details by user name. It also display list of user's followers and following. App is implemented using MVVM architecture, Koin dependancy Injection and Coroutines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GithubConnect

An Android app demo that uses github API to search and fetch user details by user name. It also displays user details(i.e. image, name, bio), user's followers and following List.

Project is completely written in kotlin.

Features & API used in project :

  • Project is developed using MVVM architecture.

  • android paging dependancy is used to load items in recycler view

  • Dependency injection using Koin

  • android navigation librabry is used for fragment navigation and inflating child fragments

  • Android Data Binding

  • Unit test for view model which contains LiveData & PagingData

  • User List

  • User Details

About

An Android app demo completely written in kotlin that uses github API to search and fetch user details by user name. It also display list of user's followers and following. App is implemented using MVVM architecture, Koin dependancy Injection and Coroutines.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%