hi everyone,

i'm new in android, and i wanner put a "List" inside a TabActivity.
by google and coder's guide, my work out "direction" is to create a
"TabActivity" as MAIN and "ListActivity"
then add it in the "TabHost" and turn out code something like (below)
and fail:

"mTabHost.addTab(mTabHost.newTabSpec("tab_test1").setIndicator
(this.getString(R.string.tab_search),getResources().getDrawable
(R.drawable.help)).setContent(new Intent(this, ListViewDemo.class)));"

I know i may need to spend more time on the BOOK and google for
android development, but i also feel that the resource for android is
quit scattered and not detail. (i'm a developer of C# for a few years,
and it's more easilier to search for information)

can anyone give me some information or links for this issue?

many thanks for any of your kindly help


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to