Skip to content

willyliu/kkbox_openapi_example_client

Repository files navigation

Open API Client

Development Environment

  1. Use Java
  2. Use Android Studio 2.3.3
  3. DO NOT add the client id & client secret into repository
    1. Because the ClientInfo.java is ignored from git, keep the client id & client secret inside the file

Usage

  1. Clone the code, lets say that you cloned the code into the ~/Documents/projects/kkbox_openapi_example_client directory
  2. Go to the ~/Documents/projects/kkbox_openapi_example_client directory
  3. Prepare the client id & client secret
    1. Go to the app/src/main/java/com/kkbox/openapi/ directory
    2. Edit the ClientInfo.java.example file, input the client id & client secret into the file
    3. Renames the file to ClientInfo.java
  4. Now the project is ready
  5. Open android studio and open the ~/Documents/projects/kkbox_openapi_example_client directory
  6. Debug the app by executing Run/Debug 'app'

About

An Open API example client for android.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages