Skip to content

Android Studio project in java to display the most starred Github repos of the last 30 days, it fetches the sorted JSON data directly from the Github API

Notifications You must be signed in to change notification settings

walid-chekkouri/Java_Finding_Most_Starred_Github_Repos-Project

Repository files navigation

Most Starred Github Repos Project

Small app that lists the most starred Github repos that were created in the last 30 days. Fetching the sorted JSON data directly from the Github API.

Features

  • Listing the most starred Github repos that were created in the last 30 days.
  • The results are displayed as a list. One repository per row.
  • For each repo/row have the following details 👍
      • Repository name
      • Repository description
      • Numbers of stars for the repo.
      • Username and avatar of the owner.
  • Pagination support through endless scrolling, fetching new JSON data (scrolling both up and down)

we get the data by calling the following endpoint https://api.github.com/search/repositories?q=created:>2017-10-22&sort=stars&order=desc

Screenshot_20200328-151159_Most Starred Github Repos Screenshot_20200328-151234_Most Starred Github Repos

Built With

  • [Android Studio] using java

Authors

  • Walid CHEKKOURI

Acknowledgments

  • Hat tip to anyone who would like to contribute to the project
  • Inspiration
  • etc

About

Android Studio project in java to display the most starred Github repos of the last 30 days, it fetches the sorted JSON data directly from the Github API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages