[android-developers] Re: creating a complex tablet app

2013-02-17 Thread Lew
bergstr wrote: I have a rather complex app that runs on tablets only. The complexity stems from the fact that the app allows navigation in a tree to an arbitrary depth, where each node in the tree may have a different appearance (depending on the node type). In addition, I have 3 tabs,

[android-developers] Re: creating a complex tablet app

2013-02-17 Thread b0b
I have to agree with the OP somewhat. The thing is...that the Fragment API is horrible. Overly complicated and complex and error prone. As if the activity lifecycle wasn't complex enough, a new one on top of that was added. It shows that it was designed in a hurry to get the first version of