Mark, First of all, thanks for your contributions to this and all the other groups you post to. I have benefited from your discussions, examples, etc. many times.
This one caught my eye....because I was planning on doing it in an app I'm currently developing....subclassing ActivityGroup to allow swapping of activities with a tab. Can you explain what's being deprecated? BIll On Jul 30, 3:24 pm, Mark Murphy <[email protected]> wrote: > On Sat, Jul 30, 2011 at 3:17 PM, RobinDroid <[email protected]> wrote: > > Can you just give me link or a small demo ? > > To... what? > > Here is a project that shows a TabHost that uses Views as children: > > https://github.com/commonsguy/cw-android/tree/master/Fancy/Tab > > Here is another project: > > https://github.com/commonsguy/cw-lunchlist/tree/master/06-Tabs > > > public class Inbox extends ActivityGroup { > > As I wrote, and as you are ignoring, do not write a subclass of ActivityGroup. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android 3.1 Programming Books:http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

