SkillAgentSearch skills...

CrossCheck

CrossCheck is an android app that makes a request to get a list of java developers in lagos from github using this API ENDPOINT “https://api.github.com/search/users?q=language:java+location:lagos". We used volley to define and make the request, used Picasso to load the image data to our ViewHolder and displayed the response on CardViews with which we then populated our RecyclerView.

Install / Use

/learn @kenny-io/CrossCheck
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CrossCheck is an android app that makes a request to get a list of java developers in lagos from github using this API ENDPOINT private static final String URL_DATA = “https://api.github.com/search/users?q=language:java+location:lagos";we used volley to define and make the request, used Picasso to load the image data to our ViewHolder and displayed the response on CardViews with which we then populated our RecyclerView.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated5y ago
Forks10

Languages

Java

Security Score

60/100

Audited on Jul 2, 2020

No findings