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