Tab Host problem

buras3

Active Member
Licensed User
Longtime User
hello

i have a Tab Host with 2 tabs
each tab has layout file (is this must?)
each layout has a listview

1. tabhost don't respond - even in the tab host tutorial
2. how can i initialized the tab? now i can only initialized in tabhost change
3. one of the listview get error not initialized - the debugger say only one them initialized . how can i nake then both initialized or use the same layout?

tank you all
if needed i will post code
 

buras3

Active Member
Licensed User
Longtime User
Solved

after many tries the problem fixed
by deleting the problematic listview
and adding new one :)
 
Upvote 0
Top