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

Android with Android Studio

Android with Android Studio

Slides from the GDG Puerto Rico meetup @Universidad Politecnica of Puerto Rico

https://www.meetup.com/GDGPuertoRico/events/250151614/

Joel Roman Sosa

May 26, 2018
Tweet

Other Decks in Programming

Transcript

  1. • Multiple form factors • XML for layouts • Java/kotlin

    • Lots of implementation options* • Runtime permissions since marshmallow (API 23) • Lots of “correct ways” to architect * Implementation of 3rd party libraries via gradle (Greeter, okHttp, Retrofit, etc)
  2. Fragments Not an iPhone :) • Pieces for an activity

    • Reusable • Good for tablets and TV development Activity
  3. Fragments Not an iPhone :) • Pieces for an activity

    • Reusable • Good for tablets and TV development Activity Fragment
  4. VIEWS Not an iPhone :) • Represents a “VIEW” •

    Can have “actions” • Respond to “Events” • Can be Styled Activity Fragment Puerto Rico Label Puerto Rico Label
  5. VIEWS Not an iPhone :) • Represents a “VIEW” •

    Can have “actions” • Respond to “Events” • Can be Styled Activity Fragment Puerto Rico Label Puerto Rico Label VIEWS
  6. SERVICES Not an iPhone :) • RUN in background •

    Custom behavior • Good for off thread work Activity Fragment Puerto Rico Label Puerto Rico Label VIEWS