Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.24 KB

README.md

File metadata and controls

25 lines (22 loc) · 2.24 KB

Overview

The intention of this workshop is to go through some basic aspects of building Android Applications.

  • Adding permissions (prior to Android 6.0)
  • The activity lifecycle
  • Using the logger
  • Navigation with Intents
    • Launching activities within the application
    • Interacting with external activities from the system

Companion slides

Here! 😃

Step by Step

Every commit in the repo is an small individual step. You can check out the list of commits to view the detailed process step by step.

Contents

  1. Basic project from workshop-1: A simple activity with an image being loaded from Internet using Picasso | 1c843b2
  2. Adding Internet permission missing from the previous workshop | bd050175
  3. Overriding activity lifecycle methods and using Log | df21ed1a
  4. Logging an error | 68c1e2e4…2b0d93f1
  5. Launching a second activity within the application | 79ba3cd8…449e9ede
  6. Opening the web browser | 3dae46c5
  7. Sharing text via email | 989d5c6c
  8. Receiving result from another activity | 0416fdd
  9. Receiving a picture from the camera | 0416fdde…dd9d708b