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 <[email protected]> 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 [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