Zusammenfassung der Ressource
Android
- Installation
- Welches Programm?
- Eclipse
- ADT Plugin installation
- Library
implementieren
- Properties einstellung
- Android Studio
- SDK
- Welches SDK Version
- Beispiele Programme
- Hello World
- Tipp Game
- TO-DO
- Starten
- Programm starten
- Emulator
- Emulator starten
- Erstellung
- Projekt erstellen
- Class Erstellen
- Layout erstellen
- APK Erstellen
- Elemente
- Activity
- Layout
- TextView
- Large Text, Medium Text, Small text
- Button, Small Button
- GrindLayout, LinearLayout, RelativLayout
- OnCreate()
- OnStart()
- OnPause()
- OnStop()
- OnRestart()
- OnDestroy()