Implementation of Andela Android learning community task to fetch lagos developers using github api
#ScreenShots
#How it works
- On launch, the application checks if there is internet access
- if there is internet access, it retrieves the list of lagos developers from github and save details locally
- otherwise, it loads from the local storage
- then update the RecyclerView
- User can as well refresh/reload by swiping down via the swipeRefreshLayout attached to the recyclerView
- A click on each developer opens up developer details
- via the detailed page, user can:
- View developer picture and username
- share developers details
- click on developers github link to get more information