1

HTML5/CSS を使用した Blackberry 10 の開発に興味がありますが、アプリケーションの開発に必要なツールがわかりません。Blackberry 10 で HTML5/CSS を使用してアプリケーションを開発する手順を説明してください。

前もって感謝します。

4

2 に答える 2

3

まずは公式ドキュメントから。WebWorks の概要と必要なツールについて説明します。

https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html

テストには、Chrome 用の Ripple エミュレーター プラグインを使用します。

https://developer.blackberry.com/html5/documentation/getting_started_with_ripple_1866966_11.html

初心者向けチュートリアル:

https://developer.blackberry.com/html5/documentation/tutorial_javascript_geolocation.html

署名鍵の概要:

https://developer.blackberry.com/html5/documentation/signing_your_app_1920008_11.html

于 2013-07-15T19:45:56.547 に答える
1

Scott の回答に追加するために、参考として使用できるサンプル アプリが満載の GitHub リポジトリをチェックすることもお勧めします。

https://github.com/blackberry/BB10-WebWorks-Samples

于 2013-07-23T12:50:06.960 に答える