https://github.com/codepath/fb-fragments-demo
Fragments Demo for Facebook Android Bootcamp
https://github.com/codepath/fb-fragments-demo
Last synced: 4 months ago
JSON representation
Fragments Demo for Facebook Android Bootcamp
- Host: GitHub
- URL: https://github.com/codepath/fb-fragments-demo
- Owner: codepath
- Created: 2015-08-18T22:23:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T22:24:23.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T16:37:00.609Z (5 months ago)
- Language: Java
- Size: 297 KB
- Stars: 3
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fragments Demo
## Exercise 1: Static Fragments
Statically embed a fragment multiple times into a single activity. Display the `EditText` contents from each fragment to demonstrate that each fragment is its own independent instance.
## Exercise 2: Dynamic Fragments
Dynamically replace fragments within a container on the right side of an `Activity`'s layout.