Hello,

If I understood you well just
try the following:

inside you TabActivity.onCreate()

call

final TabHost mTabHost = getTabHost();
mTabHost.addTab(mTabHost.newTabSpec("tab_test2").setIndicator("Tab
with ListView").setContent(ne Intent
("INTENT_THAT_FIRE_UP_YOULIST_ACTIVITY"));

and don`t forget to declare your ListActivity to handle
"INTENT_THAT_FIRE_UP_YOULIST_ACTIVITY" inside AndroidManifest.xml



On 12 янв, 17:41, Moses Laporte <moses.lapo...@gmail.com> wrote:
> Hey all,
> I was wondering what the best course of action would be if I wanted to 
> implement the ListView class inside a TabWIdget. The idea is that inside one 
> of the child layouts in a tabbed window, there would be a ListView.
> Anyone have any tips?
>
> moses laporte
-- 
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

Reply via email to