I have putted my activities in childview and now I cannot display dialogs from my activities and adapters. In my logCat i\'m getting
04-11 12:39:59.823: E/A
I also faced the same problem. I have used tab bar for this. Just use getParent() instead of youractivity.this.
getParent()
youractivity.this
I hope this will help.