GithubApp icon indicating copy to clipboard operation
GithubApp copied to clipboard

A showcase app showing how to use PagingLibrary with Retrofit, Coroutines, Koin & Testing.

GithubApp

enter image description here

Relative Medium article: https://medium.com/@Phil_Boisney/playing-with-4f21bc67a7f9

Notes

If you want to compile and run this project, don't forget to create a file (called keys.properties) in the root of project containing Github's API keys:

GithubClientId="YOUR_ID"  
GithubClientSecret="YOUR_SECRET"