While hacking on our FOOD! appĀ for VHack Android I ran in to an issue. FOOD! shows a couple of ListViews through ListFragment that have a header (the title) set on them. That all works pretty cool, but if I tried to add multiple ListFragment on the back stack it would crash on pressing the back key, with this exception: java.lang.IllegalStateException: Cannot add header view to list — setAdapter has already been called. The code for …