Skip to content

schibsted-android-training/workshop-2

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages