About
AppInventorはAndoridのApp作りに簡単な環境です。WordPressをWebコンテンツを作るに最適な環境。
AppInventor is a easy way to creating an Android app from web browser. WordPress is a best web content management tool.
WP-TinyWebDB-APIは、両者の長所を連携し、WordPressをAppInventorのTinyWebDBサービスとして利用するためのAPIを、WordPressのプラグインとして提供したもの。
TinyWebDB API is a AppInventor TinyWebDB API plugin, use you WordPress as a TinyWebDB web service.
Install
1. FTPツールでtinywebdb-api ディレクトリー全体を WordPress の pluginsフォルダーにコピーして下さい(/wp-content/plugins/).
1. FTP the entire tinywebdb-api directory to your WordPress blog’s plugins folder (/wp-content/plugins/).
2. 管理パネルの「Plugins」タブ上のpluginを有効化してください。
2. Activate the plugin on the “Plugins” tab of the administration panel.
Config
3. adminメニューのTinyWebDB Settingsを確認し、テスト用いくつURL(info, getvalue)はブラウザーで正しい値が表示されることを確認。
- API Base : 通常apiでOK
- API Key : Android Appを制限するためのKey、同じキーが送られた場合のみ、Store A Valueが可能。
- Tag type : Post ID(Default)が選べた場合、数字であるため、前頁、次頁へ捲りが便利でしょう。
Slugが選べた場合、記事のタイトルと関連性があるので、場合によりコード解りやすいかも。
3. Check test URL on admin menu to make sure API work properly.
Sample
4. 下記のDownloadから、App Inventorで作ったAndroid test app サンプル を参考に、 ご自分のappを作る.
注意点として、APIのURLは、最後の”/” を削除しでください。
4. Refer to Plugin URI to get sample Android test app which make by App Inventor, to create your own app.
Be sure to remove “/” on the tail of URL.
- http://appinventor.asia/side/2012/10/wp-tinywebdb-api-demo-app-sample-1-app-with-slug/
- http://appinventor.asia/side/2012/12/wp-tinywebdb-api-demo-app-with-post-id-and-flung-event-on-canvas/
Download
WordPress Plugin:
- Download TinyWebDB API (@WordPress Plugin Directory)
AppInventor TinyWebDB Demo App:
- Download [download id=”2″] Version 1.0
- Download [download id=”3″] Version 1.0
Change Log
- 0.1.0 Start TinyWebDB API plugin.
- 0.1.3 First alpha release which implemented Get Value Action.
- 0.2.0 Trial implemented Store Value Action. Add test URL on admin menu.
- 0.2.1 Trial implemented Store Value Action with API Key.
- 1.0.0