-
Android Basics
Einführung in Android
Información básica sobre Android
Présentation d'Android
Nozioni di base su Android
Android の基本
Android 基础知识
Android 簡介
-
Framework Topics
Framework-Themen
Temas sobre el framework
Thèmes relatifs au framework
Argomenti relativi al framework
フレームワーク トピック
框架主题
架構主題
-
Developing
Entwicklung
Desarrollo
Développement
Sviluppo
開発
开发
開發
-
Publishing
Veröffentlichung
Publicación
Publication
Pubblicazione
公開
发布
發佈
-
Best Practices
Bewährte Verfahren
Prácticas recomendadas
Meilleures pratiques
Best practice
ベスト プラクティス
最佳实践
最佳實務
-
Tutorials and Sample Code
Lernprogramme und Beispielcode
Tutoriales y código de ejemplo
Didacticiels et exemple de code
Esercitazioni e codice di esempio
チュートリアルとサンプル コード
辅导手册和示例代码
教學課程與程式碼範例
-
Appendix
Anhang
Apéndice
Annexes
Appendice
付録
附录
附錄
Drawable
- ShapeDrawable
- Demonstrates creating Drawables in XML.
OpenGL|ES
- CameraPreview
- Demonstrates capturing the image stream from the camera, drawing to a surface (extending SurfaceView) on a separate thread (extending Thread).
- GL SurfaceView
- Demonstrates how to perform OpenGL rendering in to a SurfaceView.
- Code:
- GLSurfaceViewActivity.java
- Layout:
- hello_world.xml
- PolyToPoly
- Demonstrates calling the {@link android.graphics.Matrix.html#setPolyToPoly(float[],int,float[],int,int)} method to translate coordinates on a canvas to a new perspective (used to simulate perspective).
- DrawPoints
- Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and strokes.
- PathEffects
- Demonstrates the use of {@link android.graphics.Path} and various {@link android.graphics.PathEffect} subclasses.
- SurfaceView Overlay
- Shows how you can place overlays on top of a SurfaceView.
- Code:
- SurfaceViewOverlay.java,
GLSurfaceView.java
- Layout:
- surface_view_overlay.xml
- TouchPaint
- Demonstrates the handling of touch screen events to implement a simple painting app.
Subdirectories
Files