I'm converting my app to work with fragments, and i have a layout similar to "manage applications" in honeycomb. That is, there is a list fragment on the left and a tab fragment on the right. Each tab should contain another inner ListFragment. The problem is that i'm getting the following exception:
09-25 12:53:31.913: ERROR/AndroidRuntime(466): Caused by: java.lang.IllegalStateException: Recursive entry to executePendingTransactions Is it possible to use fragments inside fragments, and if not what should be the best practice for implementing this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en