This is a follow up to a question I posted last week ( Option Menu not opening from ListActivity when list is empty .) I have done some work to narrow down the problem I have been having. The problem
Basically I\'m using ActivityGroup in my application. I have this situation: I have Tabhost with activity A.
I\'m working on upgrading an Android application (1.6 compatibility) which uses a TabHost to show 3 different tabs with nested activities.
In which cases are onKeyDown, onBackPressed not firing? In my case I have a TabActivity with a ActivityGroup in background where all the upcoming views/activities are stored. The ActivityGroup takes
I have a tab activity, and inside one tab I have activitygroup. Initially activity A is shown and from there I want to call activity B using startactivityforresult. How to achieve this?
I have seen many posts about using ActivityGroups for when you have nested activities used in a tab. In my case, I don\'t want to launch an activity from within an activity, but rather I want to dynam
I have an ActivityGroup inside of which I have an Activity. I have overrided the onBackPressed() in this Activity. But unfortunately my onBackPressed() is not being called. So I tried with onKeyDown()
I have a tab host, for each tab, an ActivityGroup is associated, and there are activities in each group, now I want to use search button, I followed Google\'s documentation, but when I press search bu
I am using an activity group in my application to show the tabs. Each time when I click on any tab, its total memory usage increases by 1 MB. And also if I again go to any inner activity within that
I have a problem with spinner inside activity , that child of Activity group . when I clicke开发者_如何学Pythond on spinner , that isn\'texpanded and \"Force Close\" window appears