2

カスタムのAndroidランチャーを作成したいのですが、Javaコードを使用していません。HTML5コードで作成したいです。HTML5を使用したランチャーを見たことがありますが、ドキュメントはありません。誰かが私にいくつかのリンクまたはいくつかのチュートリアル/ドキュメントを開始するために与えることができますか?ありがとう。

4

1 に答える 1

0

Does anyone can give me some links or some tutorials/documentation to start?

You could define much of the UI as HTML/CSS/JavaScript. Via PhoneGap, you could deploy this as an app. However, you will still need Java code -- or perhaps a PhoneGap plugin, if someone has written one -- to be able to access information about the installed apps, in order to populate your launcher.

于 2012-10-14T21:18:42.770 に答える