Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

[JINS MEME Developers(Consumer Version)] Example source code using JINS MEME SDK for Android

License

Notifications You must be signed in to change notification settings

jins-meme/JinsMemeSDK-Sample-Android

Repository files navigation

Android向け JINS MEME SDK サンプルアプリ

【重要】サポート終了のお知らせ

第一世代 JINS MEME は2021年3月末をもちましてサポートを終了しています。SDKにつきましても2021年9月末をもって動作しなくなりますのでご注意ください。

https://jins-meme.com/ja/support/user-support/jins-meme%E3%81%AE%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E7%B5%82%E4%BA%86%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6/

概要

まばたきと6軸(加速度およびジャイロセンサー)の値のうちrollを可視化するAndroid向けサンプルアプリです。

対象環境

Android Studioを使用されていることを想定しています。 このレポジトリをクローンするかZIP形式でダウンロードしてください。

セットアップ

JINSアカウントを作成

まだお持ちでない方は、JINS MEMEのデベロッパー向けダッシュボードJINSアカウントを作成いただく必要があります。

SDKのダウンロード

JINS MEMEのデベロッパー向けダッシュボードにおいてJINSアカウントでログイン後、SDKをダウンロードして、プロジェクトの app/libs ディレクトリに app/libs/MemeLib.jar となるようにコピーしてください。

アプリを作成して、アプリIDとアプリSecretを取得

JINS MEMEのデベロッパー向けダッシュボードアプリを作成して、app/src ディレクトリ以下の "com.jins_meme.visualizing_blinks_and_6axis.LiveViewActivity.java" の次の部分をアプリIDとアプリSecretで置き換えてください

// TODO : Replace APP_ID and APP_SECRET
private static final String APP_ID = "App ID";
private static final String APP_SECRET = "App Secret";

License

MIT

About

[JINS MEME Developers(Consumer Version)] Example source code using JINS MEME SDK for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages