slides :: labCriminalIntent :: bc17

JSON

JSON structure
- shows the typical json structure.
JSON defined
- from wiki -- good intro.
JSON syntax
- from w3 schools -- good resource.
JSON reader from android
- criminalIntent is not using this, but it could have.
JSON writer from android
- criminalIntent is not using this, but it could have.

File i/o

Java file i/o -- comprehensive
- comprehensive reference on Java i/o.
Simple Android file i/o -- simple example
- simple tutorial on android file i/o.

Fragment Lifecycle

Fragment Lifecycle - showing onPause() location
- shows the full fragment lifecycle, including onPause() which is invoked to save JSON data in this chapter.