slides :: labCriminalIntent :: bc19

Camera

MVC architecture
- shows the camera in relation to related objects in Android.
Intent sequence diagram from book
- from textbook.
Callback sequence diagram from book
- from textbook.
Tutorial
- good step-by-step tutorial on using camera and callbacks.
Controlling the Camera
- tutorial from developer.android.com.

Fragment Lifecycle

Fragment Lifecycle - showing onPause() and onResume()
- onPause() and onResume() are invoked in this chapter.