Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1016 Bytes

File metadata and controls

30 lines (23 loc) · 1016 Bytes

Android Training

(for an English version, see at the bottom)

Android Training ist das Beispielprojekt, das ich (Wolfram Rittmeyer) bei meinen Android Trainings verwende.

Es enthält als Bestandteile

  • Activities
  • Fragments
  • Phone- und Tablet-Layout
  • RecyclerView und Adapter
  • Datenbankzugriff (SQliteOpenHelper)
  • Zugriff auf Online-Ressourcen
  • Content-Provider-Zugriff

Bitte beachten: Dieses Projekt is bei Weitem nicht vollständig. Es lässt zudem Details aus und verwendet manche Dinge vereinfacht, um für Android-Einsteiger verständlich zu bleiben.

English Version:

Android Training is the sample project I (Wolfram Rittmeyer) use for my Android trainings.

It makes use of

  • Activities
  • Fragments
  • Phone- and Tablet-Layout
  • RecyclerView and Adapter
  • DB-Access (SQLiteOpenHelper)
  • Access to online resources
  • Content provider access

Please note: This project is not complete in any way and cuts some corners to stay easy to grasp for Android beginners.