https://github.com/fernandospr/android-nested-fragments-example
https://github.com/fernandospr/android-nested-fragments-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandospr/android-nested-fragments-example
- Owner: fernandospr
- Created: 2016-11-30T19:43:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T19:46:37.000Z (over 9 years ago)
- Last Synced: 2025-06-01T08:05:59.822Z (about 1 year ago)
- Language: Java
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-nested-fragments-example
Demonstrates a ```MainActivity``` that dynamically adds a ```ParentFragment``` and this fragment inflates an xml which has several static child fragments using the `````` tag.