An open API service indexing awesome lists of open source software.

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

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 one](images/fragments_exercise_one.gif)

## Exercise 2: Dynamic Fragments
Dynamically replace fragments within a container on the right side of an `Activity`'s layout.

![exercise two](images/fragments_exercise_two.gif)