Search


Meghan Gill
- Aug 17, 2021
- 2 min
Bundles: Passing Info to a Fragment
What is a Bundle? A bundle is a way to store key/value pairs. Decide what type of data your are sending in the bundle. Some examples of...
7,455 views0 comments

Meghan Gill
- Aug 4, 2021
- 2 min
Saving and Retrieving Instance State in Android Activities
Saving Instance State In an activity or fragment we can use a bundle to store the state of our activity. The method onSaveInstanceState()...
874 views0 comments