Androidのサンプルコードを入手できるサイト

Androidのサンプルコードを入手できるサイトのメモです。

1. apps-for-android – Google Code

新しいアプリケーションのベースに使えそうなサンプルが15個あります。(2009/7/16時点)

  • Amazed: A simple but addictive accelerometer-based marble-guidance game.
  • AndroidGlobalTime: a full representation of the Earth that you can spin around.
  • AnyCut: A utility that lets users create Home screen shortcuts to nearly anything in the system.
  • Clickin2DaBeat: A game that mashes up YouTube with custom rhythm-game logic.
  • DivideAndConquer: a game in which you must isolate bouncing balls by creating walls around them.
  • LOLcat Builder: O HAI. I CN HAS CHEEZBURGER?! IM N UR PHONE, CAPTIONIN UR PHOTOS.
  • Panoramio: An app that shows you nearby photos and points of interest.
  • Photostream: An app that lets you view photostreams from online photo-hosting services.
  • Radar: A radar-style relative location display view, used by Panoramio and others.
  • RingsExtended: A utility that provides enhanced control over ringtones.
  • Samples: Miscellaneous examples showing features of the Android platform (among which OpenGL ES).
  • SpriteMethodTest: An application that compares the speed of various 2D sprite drawing methods.
  • Translate: Translates more than 150 language pairs with Google’s translation service.
  • WebViewDemo: How Java and JavaScript can call each other inside a WebView.
  • WikiNotes: A wiki note pad that uses intents to navigate to wiki words and other rich content stored in the notes.

ダウンロード用のアーカイブは提供されてないので、利用したい場合はSubversionでチェックアウト。

svn checkout http://apps-for-android.googlecode.com/svn/trunk/ apps-for-android-read-only

Photostream.png

Flickrクライアントのサンプル。効果的にアニメーションも使われていたり完成度が高い。RESTなアプリを作る際に参考になりそう。

wikinotes.png

簡易Wikiのサンプル。WikiNameが自動的にハイパーリンクになるところまで作り込まれています。メモ帳系アプリを作る場合に使えそうです。

2. Google Code

Google CodeでAndroidを含むプロジェクトを検索したところ1542件マッチ(2009/7/16現在)。
試しに”android twitter”で検索すると45件にマッチ。作りたいアプリに似たプロジェクトが見つかる可能性は高い。

3. Sample Code | Android Developers

Android SDKに付属するサンプルコード。「情報源」ではありませんが抑えておきたいところです。

Lunar LandarCB3E6E75-7F63-4CF9-BCE4-E7233B0727F7.jpeg

サイトではAPI Demos、Lunar Landar、Note Padの3つのみ紹介されてますが、実際には以下のサンプルが提供されています。

  • ApiDemos
  • Home
  • LunarLander
  • SkeletonApp
  • SoftKeyboard
  • HelloActivity
  • JetBoy
  • NotePad
  • Snake

SDKをインストールしたディレクトリ配下のplatforms/android-1.5/samplesにあります。

関連する記事:


コメント