On Tue, Sep 14, 2010 at 11:37 AM, tatebn <[email protected]> wrote: > Can you point me to an example of how to do that?
http://github.com/commonsguy/cw-android/tree/master/Fancy/Tab/ http://github.com/commonsguy/cw-android/tree/master/Fancy/DynamicTab/ > Currently I'm > creating a new intent with the activity class and setting that intent > as the content. How do I manage the tabs otherwise? Call setContent() with the ID of a child of your FrameLayout. Or call setContent() with a TabContentFactory. > If I just pass > in a view for the tab, how do I work with it to do things like refresh > the list, etc. You refresh the list no differently than how you would refresh the list today, just in the main activity. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy -- 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

