Display a Fragment in Fullscreen on Click event and handle rotation during an AsyncTask with ProgressBar (in Android)
This project is a demo from great topic on Alex Lockwood's blog: Handling Configuration Changes with Fragments. In this application:
- FullScreen mode in Fragment only
- Handle rotation with setRetainInstance method
- AsyncTask with Callbacks from Fragment
- Built with ActionBarSherlock (4.4.0)