activitygroup Questions

1

Solved

I know ActivityGroup is deprecated. But I am trying to combine user interface of NativeActivty with some Java/Android API Views. I am trying to make one hybrid user interface where a part of the ...

2

I can't seem to get ANY result when trying to start an activity from an activitygroup. I've put an onactivityresult in the activity and activitygroup? Specifically I'm trying to let the user choose...
Imide asked 24/11, 2010 at 15:1

3

Solved

I am trying to have a a progress dialog open when polling my server. The class is an ActivityGroup because it is nested within a tab bar. To keep the view within the frame, the ActivityGroup is nee...

1

I am working on an Android App where I want to implement an Activity Group for each tab. But since Activity Group is deprecated I have to use Fragments. I googled the last days and did some researc...
Synchronism asked 22/10, 2012 at 17:58

1

Solved

So I have this ActivityGroup in which I show 2 Activities. When I'm switching I want to have this transition effect, the current view sliding to the left out of the screen, the new view coming in f...
Finnie asked 2/9, 2011 at 12:25

1

I am making a first try att creating a custom ActivityGroup. I am getting everything working except the activity lifecycle methods of the groups child activities. How can i call the onResume/onPaus...
Commerce asked 2/7, 2011 at 20:59

2

Solved

I'm working on upgrading an Android application (1.6 compatibility) which uses a TabHost to show 3 different tabs with nested activities. At the time I used the ActivityGroup trick to show nested ...

3

I'm looking for the simplest way to have two activities displayed at once, so that one Activity always remains visible, and the other changes with user interaction. In other words: I currently h...
Endopeptidase asked 29/3, 2011 at 17:17

1

Solved

Can anybody please give me an example of ActivityGroup. I have heard that by making use of ActivityGroup we can change the nested activities maintaining the TabHost as it is. Any help would be gre...
Vulvitis asked 31/12, 2010 at 6:12
1

© 2022 - 2024 — McMap. All rights reserved.