Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to Android development

Introduction to Android development

Lecture to students of University of Malta

Danny Preussler

November 17, 2017
Tweet

More Decks by Danny Preussler

Other Decks in Programming

Transcript

  1. RESOURCES <!-- captions, menu, buttons --> <string name="settings">"Einstellungen"</string> <string name="action_overflow_menu">"Mehr"</string>

    <string name="action_settings">"Einstellungen"</string> <string name="action_search">"Suche"</string> <string name="action_share">"Teilen"</string>
  2. THE WAY OF A NOTIFICATION • Sent • Wakes up

    app • App retrieves content • Might load more from backend • Shows notification w/o actions • Actions/clicks trigger intent • Show activity