- Android Application Development Cookbook(Second Edition)
- Rick Boyer Kyle Mew
- 48字
- 2025-04-04 20:05:05
Chapter 1. Activities
This chapter covers the following recipes:
- Declaring an activity
- Starting a new activity with an intent object
- Switching between activities
- Passing data to another activity
- Returning a result from an activity
- Saving an activity's state
- Storing persistent activity data
- Understanding the activity lifecycle