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

View Wiring, Intents, Manifest

View Wiring, Intents, Manifest

Learn how to wire up views, use the intent system, and understand the basics of the manifest file.

Avatar for saulpower

saulpower

March 11, 2014
Tweet

More Decks by saulpower

Other Decks in Technology

Transcript

  1. GOALS • Wire up views to activity • Add click

    listener • Change views programmatically • Launch new activity • Understand the manifest
  2. R CLASS • Generated • id, strings, layouts, etc. •

    Localization • Device Configuration • Compiled XML R.
  3. INTENT SYSTEM • Start new activity • Pass Intent extras

    • Broadcasts • Activity with result
  4. MANIFEST FILE • Application Info • Declare Activities • Activity

    attributes • Register Broadcasts • Themes