Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (27 loc) · 1.34 KB

LagosDev

Implementation of Andela Android learning community task to fetch lagos developers using github api
#ScreenShots

#How it works

  1. On launch, the application checks if there is internet access
  2. if there is internet access, it retrieves the list of lagos developers from github and save details locally
  3. otherwise, it loads from the local storage
  4. then update the RecyclerView
  5. User can as well refresh/reload by swiping down via the swipeRefreshLayout attached to the recyclerView
  6. A click on each developer opens up developer details
  7. via the detailed page, user can:
    • View developer picture and username
    • share developers details
    • click on developers github link to get more information