Skip to content

This App can find github account users using Github API and is able to save favourite users using SQLLite.

Notifications You must be signed in to change notification settings

ilhamAdil/BFAA-Final

Repository files navigation

BFAA-Final

This App can find github account users using Github API and is able to save favourite users using SQLLite.

To Use this Project:

The Token on this project is currently invalid anymore You need to change the GITHUB API token with your own token in Build.Gradle(app):

android {
    compileSdkVersion 29
    buildToolsVersion "30.0.1"
    
    defaultConfig {
        applicationId "com.dicoding.listviewparcel"
        minSdkVersion 21
        targetSdkVersion 29
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        buildConfigField "String", "GITHUB_TOKEN", '"<Your Own Token Here>"'
    }
}

To Create a token, click profile on the right corner of your github account:

settings -> developer settings -> personal access token -> generate token

User List Page (First page)

Screenshot from 2022-03-23 18-41-40

Save as favourite

Screenshot from 2022-03-23 18-43-05 Screenshot from 2022-03-23 18-41-52

Followers and Following list

Screenshot from 2022-03-23 18-42-11 Screenshot from 2022-03-23 18-42-19

Search user

Screenshot from 2022-03-23 18-42-50

Favourite list data

Screenshot from 2022-03-23 18-44-23

Alarm

Screenshot from 2022-03-23 18-44-32

About

This App can find github account users using Github API and is able to save favourite users using SQLLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages