https://github.com/hackjutsu/android_dynamics_fragment
This project is a demo app for Fragment class in Android.
https://github.com/hackjutsu/android_dynamics_fragment
Last synced: about 1 year ago
JSON representation
This project is a demo app for Fragment class in Android.
- Host: GitHub
- URL: https://github.com/hackjutsu/android_dynamics_fragment
- Owner: hackjutsu
- Created: 2014-12-30T05:57:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T06:20:57.000Z (over 11 years ago)
- Last Synced: 2025-02-07T20:12:40.779Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Demo app for the using the Fragment class in Android. It tries to solve the following questions:
1) How to implement a Fragment class?
2) How to implement the communication between a Fragment and an Activity?
3) How to add Fragment dynamically and statically?
4) How to use different layouts in landscape and portrait modes?
5) How to add animations to Fragment transactions?
6) How to allow users press "Back" to get back to the previous Fragment?