Skip to content

An Android app showcasing popular Kotlin repositories from GitHub, displaying their star and fork counts, and enabling users to redirect to GitHub to explore the source code of these repositories.

Notifications You must be signed in to change notification settings

ErnestoLara/PopularKotlinGitHBRepos

 
 

Repository files navigation

Popular Kotlin GitHub Repos

A mini Project to Get Popular Kotlin GitHub Repos. in Your Android Application .

Media

Screenshot1 Screenshot2 Screenshot2

About

This project aims to provide users with a seamless way to explore popular Kotlin repositories directly from their Android devices. Additionally, it serves as a valuable resource for developers, enthusiasts, recruiters, and learners within the Kotlin development community, facilitating discovery, learning, collaboration, and networking.

Built With

The project began with setting up Retrofit, a popular HTTP Client library for Android, to simplify API requests. A Retrofit instance was created with a base URL pointing to the GitHub API.

Service Interface: A service interface (GitHubService) was defined with methods corresponding to the endpoints of the GitHub API. These methods utilize Retrofit annotations to specify the HTTP request type, URL, and response type.

Fetching Data from GitHub: Utilizing the GitHubService interface, asynchronous API requests were made using Kotlin coroutines to fetch data from the GitHub API.

Displaying Data in RecyclerView: A RecyclerView was employed to present the fetched repository data in a list format. A custom adapter (RepositoryAdapter) was created to bind the data to the RecyclerView. This adapter inflates layout items for each repository and populates them with the corresponding data.

About

An Android app showcasing popular Kotlin repositories from GitHub, displaying their star and fork counts, and enabling users to redirect to GitHub to explore the source code of these repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%