daliworks / android-sample-app

Simple Android Sample Application for Thing+ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-sample-app

0. Development Environment

  • Android Studio 1.4
  • Android SDK
  • Java 1.7

## 1. Way to build this app
<string name="oauth_client_id">CLIENT_ID</string> <!-- Please replace your CLINET ID -->
<string name="oauth_client_secret">CLIENT_SECRET</string> <!-- Please replace your CLINET SECRET -->
<string name="oauth_redirect_uri">REDIRECT_URI</string> <!-- Please replace your REDIRECT URI -->
  • Build and Run this application on Android Stuio.
  • Sign-in to Thingplus from the app you launched.

2. ScreenShots

Thingplus Sample Application capture

About

Simple Android Sample Application for Thing+ API

License:Other


Languages

Language:Java 100.0%