This project demonstrates how to use multiple nested-inner fragments from Android's support library, including how to handle implicit intent calls and return subsequent responses back to the appropriate fragment. It also shows how to handle bitmaps within nested-inner fragments to prevent memory leaks on rotation/exit.
Due to the buggy nature of nested fragments in the support library their use is somewhat discouraged and there isn't much online about how to properly implement them, and Google still has (as of this push) a number of open tickets on various issues. This code is part of a larger project I'm developing and working around these issues took a while to figure out, so here's how to do it. I provide more details into these issues on my website.
Just download and run, min-sdk: 15, only dependency is the support library (currently v7:22.2.0)
I welcome any contributors, if you find better ways to implement this please share.
