Re: [android-developers] getLocalActivityManager().getActivity(tabTag) return NULL

2011-09-05 Thread Logesh rajendren
can u tell me how to trace using logcat ? i m new to it . On Fri, Sep 2, 2011 at 4:25 AM, paddy padam1...@gmail.com wrote: I have 2 tabs with tagID tag01 and tag02. I have explicitly set the focus to first tab by calling tabHost.setCurrentTab(0) When i call

[android-developers] getLocalActivityManager().getActivity(tabTag) return NULL

2011-09-04 Thread paddy
I have 2 tabs with tagID tag01 and tag02. I have explicitly set the focus to first tab by calling tabHost.setCurrentTab(0) When i call getLocalActivityManager().getActivity(tag01) i get the object of activity but when i call getLocalActivityManager().getActivity(tag02) then i get NULL. Now when