Androidの機能設計をする上で学ぶべき知識

Androidの機能設計をする上で学ぶべき知識
- エミュレーターでの操作感を学ぶ (所用時間:1時間)
+ Macの開発環境構築(エミュレーター
   http://d.hatena.ne.jp/lalalahirai/20100117/1263735608
+ Windowsの開発環境構築(エミュレーター
   http://itpro.nikkeibp.co.jp/article/COLUMN/20091008/338599/?ST=android-dev
+ Android Emulatorの使い方
http://developer.android.com/intl/ja/guide/developing/tools/emulator.html

- ビデオをちらちら見て動きを知る (所用時間:1時間)
 http://developer.android.com/intl/ja/videos/index.html#v=N6YdwzAvwOA

- やりたかったらで良い⇒ちょっと作ってみる (所用時間:2時間)
+ 気分が乗ればHello Worldもやってみて
  http://developer.android.com/intl/ja/resources/tutorials/hello-world.html
  http://developer.android.com/intl/ja/resources/tutorials/views/index.html
+ サンプルアプリ集(画面の参考にでも)
  http://developer.android.com/intl/ja/resources/samples/index.html

-Android Developpesを流し読む (所用時間:2時間)
+ 開発の基礎
   http://developer.android.com/intl/ja/guide/topics/fundamentals.html
+ Supporting Multiple Screens
http://developer.android.com/intl/ja/guide/practices/screens_support.html
+ UI Guidelines
http://developer.android.com/intl/ja/guide/practices/ui_guidelines/index.html
(左側のUI Guidelinesの項目は一通り目を通すこと)
Icon Design
App Widget Design
Activity and Task Design
Menu Design

ーーーーもっと具体的に知りたいとき(使えるUIについて)ーーーー
+ User Interface(UI部の機能)
http://developer.android.com/intl/ja/guide/topics/ui/index.html
(左側のUser Interfaceの項目は一通り目を通すこと)
Declaring Layout
Creating Menus
 Creating Dialogs
Handling UI Events
Notifying the User
Applying Styles and Themes
Building Custom Components
Binding to Data with AdapterView
Common Layout Objects
How Android Draws Views
+ Graphics(UI部の機能)
http://developer.android.com/intl/ja/guide/topics/graphics/index.html
(左側のGraphicsの項目は一通り目を通すこと)
2D Graphics
3D with OpenGL
+ Location and Maps
http://developer.android.com/intl/ja/guide/topics/location/index.html
+ App Widgets
http://developer.android.com/intl/ja/guide/topics/appwidgets/index.html