Sample Code
開発方法を学ぶためにはコードを読むのが近道というパターンが少なくありません。ここでは、Android SDKに含まれる
サンプルアプリケーションへのリンクを紹介します。
SDK内の以下のパスに、各Androidプラットフォームバージョン向けのサンプルアプリケーションが含まれています。
<sdk>/platforms/android-<version>/samples/
これらのアプリケーションは簡単に開発環境内にプロジェクトとしてインポート出来ます。コードをいじって実行してみてください。
- API Demos
- 単純なビューとウィジェットのデモとなるサンプルアプリケーション群が入っています。
- Home
- An application for saving notes. Similar (but not identical) to the
Notepad tutorial.
- JetBoy
- JetBoy is a game that demonstrates the SONiVOX JET interactive music technology, with JetPlayer.
- Lunar Lander
- 昔なつかしのLunar Lander(月面着陸)ゲームです。
- Note Pad
- メモ帳です。Notepad tutorialと似ていますが、まったく同じというわけではありません。
- Searchable Dictionary
- A sample application that demonstrates Android's search framework,
including how to provide search suggestions for Quick Search Box.
- Snake
- An implementation of the classic game "Snake."
- Soft Keyboard
- An example of writing an input method for a software keyboard.