About 1,620,000 results
Open links in new tab
  1. GitHub - MaxCiv/GitHub-Userlist-Android: App for displaying GitHub user

    App for displaying GitHub user list developed with Kotlin, RxJava 2, RxAndroid, Dagger 2, Retrofit 2, Paging Library, Glide, ViewModel, LiveData, Data Binding, Navigation Component.

  2. GitHub - fakhrinail/github-users-app: Android app made using Kotlin

    Android app made using Kotlin, this app is connected to the GitHub API. Functionalities include searching GitHub users, adding/removing users from/to favorite list and change the theme between light and dark mode.

  3. Create an Android App that Displays List of All Trending Kotlin git-hub ...

    Apr 8, 2023 · This article will discuss how to build an application that shows a list of Kotlin GitHub projects. In this project, we will be using this API and retrofit library to get details from the API. https://media.geeksforgeeks.org/wp-content/uploads/20230328172219/git-hub-trends.mp4

  4. Simple User Listing App with Kotlin on Android Studio - GitHub

    You will be responsible for creating a native android application with the kotlin language. Project contains a single user listing screen. You will create the screen by using the provided JSON file.

  5. How do I get user list from github in Android? - Stack Overflow

    Jan 5, 2017 · Here is the api documentation: https://developer.github.com/v3/users/#get-all-users. It gives the users list in order that they signed up. Update: To make it simple, use this library(download latest jar and add it as external library). As it handles Async stuff automatically.

  6. Add GitHub Login to an Android App | by Adrian Tache - Medium

    Jul 14, 2019 · The documentation exposes two main endpoints to get a list of repos: /users/{username}/repos - for public repos /user/repos - for logged in users. So let’s start with the simple use case:

  7. Cannot GET data from Github API in Android Kotlin Development

    Feb 5, 2024 · I am a beginner in Android development, I am experiencing problems when GET data from the GitHub API, I have a details page to display the details of the GitHub user but when I want to display the data it always doesn't work.

  8. Search GitHub users when text field changes in Kotlin Android app

    Problem: Search for users by their name using the GitHub API (sorted by the number of followers) and display the results in a RecyclerView. Implementation: Hitting the GitHub API every time when user type and calling the adapter to show the data.

  9. MVFLow: a simple MVI library using Kotlin coroutines and flows

    Let’s implement a simple screen with a list of users. The current state indicates whether it is loading information, the users that were loaded (if any) and a error message (if any): data class User ( // ...

  10. Kotlin GitHub User Search - CodePal

    A Kotlin function that utilizes the GitHub API to retrieve a list of GitHub users and display them in a search view.

Refresh