Skip to content

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

Notifications You must be signed in to change notification settings

chetan-AD/GithubConnect

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages