I have a project which has navdrawer with list view n tabhost tabs.
whenever I click on tab or navdrawer list item, it loads respective panel.
My issue is while loading app it selects tab1, (with underline color, which represents selected tab)
then it loads with navdrawer list option1 n its panel. but it still shows tab1 selected (but no panel loaded).
I got to select tab2 then tab1 ...then it loads tab1_panel. Because tabhostchanged event is fired when tab changes...
it doesnt fire when tab1 is selected n still u click on tab1...
Is there any way to acieve this??
can tabhost (or tabhostextras) has method which has property that no tab selected??
thanks
whenever I click on tab or navdrawer list item, it loads respective panel.
My issue is while loading app it selects tab1, (with underline color, which represents selected tab)
then it loads with navdrawer list option1 n its panel. but it still shows tab1 selected (but no panel loaded).
I got to select tab2 then tab1 ...then it loads tab1_panel. Because tabhostchanged event is fired when tab changes...
it doesnt fire when tab1 is selected n still u click on tab1...
Is there any way to acieve this??
can tabhost (or tabhostextras) has method which has property that no tab selected??
thanks