A screen that contains and runs multiple embedded activities
2
votes
2answers
30 views
datepicker in child activity of activitygroup raises BadTokenException error
I need to display two datepickers in a child activity of an activitygroup in a tabbed activity.
the code for the two textviews and to buttons to display the date is:
...
0
votes
2answers
65 views
android: How can i set backpress on TabActivity ? where one tab contain only two activity?
I am try to call my OffersActivity to on backpress of offerDetails
Activity.(I am using ActivityGroup and TabActivity).
I am getting error to ArrayIndexOutOFBound...last two i am try to
this to ...
0
votes
0answers
29 views
OnActivityResult Doesn't work with activityGroup
im my App i use TabHost. and ActivityGroup to load activities under the tab. on my 2nd tab i open activityGroup "TabGroupActivity"... and from here i open a child activity "childActivity2". from the ...
0
votes
0answers
19 views
flip finger load next week view
am using TabActivity. in my tabhost an activityGroup is calling. because under one tab i need to load more than one activity. so i use activityGrop.. my problem is that i need to show a week view in ...
0
votes
0answers
27 views
ActivityGroup is deprecated
i am using ActionBar Sherlock in my application.. an also am using tabGrop activity for my tabView.. when i add the ActionBar Sherlock as a library.. the activity Group showed as deprecated....
...
1
vote
0answers
25 views
PerfenceyActivity cannot show in TabHost
everybody I have a problerm when I put a PreferenceActivity in a TabHost.The PreferenceActivity cannot show,other Atcitivites whice in TabHost can show normally,And I have tested the ...
0
votes
0answers
12 views
Switch Between two Activities of two different ActivityGroup
How can I switch between two Activities of two ActivityGroup. e.g. I have OneActivity in FirstActivityGroup And TwoActivity in SecondActivityGroup. Now i want to switch between OneActivity and ...
0
votes
0answers
68 views
ActivityGroup and Back Feature Android
I'm trying to use ActivityGroup with TabHost in order to keep showing my TabHost Bar on the top of my app.
I have my own ActivityGroup wich is making the job for back press button :
import ...
0
votes
5answers
145 views
How to hide only soft keyboard android
In my application i am using tab activity and activity group. In one of the activity i have edit texts. When the user click on the edit text, soft keyboard appears. But when the user click on the back ...
0
votes
0answers
15 views
How to refresh the subActivityList in ActivityGroup?
there is a ViewFlipper in ActivityGroup,and then inside the ViewFlipper, there are two ActivityList.I need to refresh the ActivityList as soon as sliding that page.
I can not monitor the onResume ...
0
votes
1answer
123 views
Dialog Box in Activity group inside a TabActivity not working
I'm trying to run an ActivityGroup embedded inside another
ActivityGroup. (Example : an ActivityGroup inside a TabActivity)
This seems to display properly but throw an exception when I'm trying
to ...
0
votes
0answers
73 views
onBackPressed from child always calling parent onBackPressed
I have a tabview which has 5 tabs.In one of the tab has a button clicking that button it will open a new activity.Till now every things works fine.But when I click back button from that activity it ...
0
votes
1answer
63 views
StackOverflowError while navigating between activities of ActivityGroup
I am making an application with tabs. In that app same TabView is to be shown in multiple activities in hierarchy. For that i used ActivityGroup.
In my application i can navigate from first activity ...
0
votes
0answers
71 views
current acivity should replaced with previous activity (back)
This is my childactivity with activitygroup and done button mentioned in it .when i clicked on done this activty is getting replaced with previous activity only for the one time .if am trying to ...
0
votes
0answers
45 views
ListPreference at ActivityGroup's Activity using
I have TabHost with nested Activities in ActivityGroup. I need to create PreferenceActivity with 2 EditPreferences and ListPreference. I added ListPreference with xml layout. When I cliked on ...
0
votes
3answers
208 views
Soft Keyboard always shows in Activities with ActivityGroup and TabHost using
My application consists of TabHost and ActivityGroup with nested Activities in it. When Activity of ActivityGroup was created or resumed soft keyboard shows immediately. I need it to be show only I ...
0
votes
0answers
20 views
strange ListPreference behaviour in TabActrivites ActivityGroup
I had problem with DialogPreference showing in nested Activity of ActivityGroup.
My preference xml:
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
0answers
31 views
not reachable ListPreference of with ActivityGroup's context
I use TabActivity with ActivityGroup and want to add items to ListPreference of child PreferenceActivity dynamically. I've read that I should pass parent context to the ListPreference to do it. I've ...
0
votes
1answer
196 views
nested FragmentActivities with ActivityGroup in tabHost
I use FragmentActivities in my Application and need to implement TabHost with nested Activities which can switch between one another. I use ActivityGroup for this purpose:
public class ...
0
votes
1answer
163 views
BadTokenException ActivityGroup for TabActivity using
I need implement nested Activities in TabHost in my app. I use such ActivityGroup class :
public class CustomActivityGroup extends ActivityGroup {
View rootView;
public static ...
0
votes
0answers
59 views
Android show a custom Activity over an ActivityGroup
I have a custom ActivityGroup to handle my tab activities and I wrote a custom activity to display dialogs anywhere in the app (I made this because Dialog constructor can only accept an Activity as a ...
0
votes
1answer
134 views
how to replace tabhost, actvitygroup and child activities with fragments
I have already implemented one application using TabActivity. Now, I want change from TabActvity to Fragments, but in my application I need to show 4 tabs and each tab I want to show multiple child ...
1
vote
1answer
217 views
Android dialog set cancel on touch out side
I have this custom dialog inside an Activty which is inside ActivityGroup.
I want the dialog to dismiss when clicked outside, and tried everything i found online to make it work..
I've tried the ...
0
votes
1answer
267 views
Android Tab group Activity Show And Hide Bottom Tab
Android Tab group Activity go to next Activity from Previous Activity ..How to Hide The Bottom Tab? And while coming from next Activity to Previous Activity I have to Show the Bottom Tab.
1
vote
1answer
78 views
How to open a child Activity of ActivityGroup
How to open a child Activity of ActivityGroup in Tab. I want to open a child activity from a status bar notification with Tab. I called activity directly but tabs are not visible. Anyone knows how to ...
1
vote
0answers
163 views
SupportMapFragment not working properly in Activitygroup in two different tab
I am using below code for showing map in two different tab with different id. It works perfectly if I use it for single activity but when I use it for two different activities from the different tab.
...
0
votes
2answers
161 views
How to run Activity inside another Activity View?
I'm need start activity inside a view, something like a fragment.
Unfortunately, I can't use fragments.
Where to start?
0
votes
1answer
168 views
onActivityResult in Activity group
the on ActivityResult() method,written in a childActivity never invoked
My TabGrpActivity extends ActivityGroup.
public class TabGroupActivity extends ActivityGroup
{
private ...
1
vote
0answers
298 views
Android Tab Layout Tutorial -deprecated things-
I continued to do this tutorial. In this tutorial, guy used this code;
public class AndroidTabLayoutActivity extends TabActivity {
in this code TabActivity deprecated. Then I used extends ...
-1
votes
2answers
277 views
OnActivityResult is not working with Activity group [closed]
I saw a lot of questions in stackoverflow about activity group, but I didn't get a solution yet. Here I am explaining my code, please give me a solution.
My TabGrpActivity extends ActivityGroup.
...
0
votes
1answer
125 views
Contextmenu in Activity Group
i am using a Activity Group for a tab group.
one of the child Activity in a tab group Activity contains a Contextmenu. but when i click on the menu item, the code which written under the context menu ...
0
votes
1answer
25 views
Using activitygroups, how to switch to a deeper activity within a different tabhost
If I was to rewrite this again, I would use fragments but instead im using the following setup:
Activites in the Tabhost are managed by ActivityGroups
I've TabA, TabB and TabC
By default, the main ...
2
votes
0answers
83 views
Activity orientation in ActivityGroup
I have problem with recreating activity in ActivityGroup when orientation of screen is changed. This is the structure of app:
I use TabActivity with TabHost. From each tab own ActivityGroup is ...
1
vote
0answers
96 views
How to detect a click on an already selected tab in tabactivity in android
In one of my applications I have used a tab bar with the help of {{tabactivity}} and {{activitygroup}} for displaying the tab bar in every screen.
I want to detect a second click on the already ...
0
votes
1answer
157 views
Android ActivityGroup Back Button
I have a small issue. I have looked all over the internet but I cannot find a solution to my problem. The problem I have is:
I have a TabHost that has 3 tabs. The first tab opens Activity A. In ...
1
vote
0answers
159 views
How to close a child activity in a tab activity group android?
My parent class open a child activity correctly but when i tried to close this child activity with this.finish() or getCurrentActivity().finish() i get a force close error. I know using ...
1
vote
1answer
116 views
Activity reloads the whole data from server again when coming back from an other activity in Android
Basically, I'm working on a app which has a tab-activity including 4 tabs and also I'm using the actvityGroup to manage the activities and backKey pressed() method.
When my app first starts it sends ...
0
votes
0answers
71 views
Android: Issue with returning to main menu in the Tab
I have used activity group in my app for opening multiple activities under single tab. There are four tabs in my app, namely, "Home","Favorites","Events","More". In home tab, I have a list view. On ...
0
votes
0answers
172 views
android finish child activity from TabGroupActivity
in my app i have a tabbar which is to be a TabGroupActivity.
In the first tabgroup i have three Activities.
1. HomeScreen
2. Sign In Page
3. Listview page
Among these activities i want the ...
1
vote
1answer
235 views
Tab menu to start an activity using tabactivity and tab group on api16
im creating an app for reading and writing a nfc tag, for that i created a tab menu, with 4 tabs.
this app hava a custom title bar, and a image on the background.
im trying to run this app in an api ...
0
votes
0answers
15 views
How to modify title when the SubActivity skip in TabHostActivityGroup?
There is a table with ActivityGroup in TabHost. How to modify title when the SubActivity skip in TabHostActivityGroup?
0
votes
1answer
197 views
Android replace ActivityGroup with Fragments / FragmentsManager
I need some explanation / suggestions and maybe some example how to replace my ActivityGroup class with using Fragments. I've wrote that application like a year ago with using the deprecated ...
1
vote
0answers
87 views
ActivityGroup call getParent()
I got stocked with this problem now for a while.
What I try in the program code:
text_notice.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
context ...
3
votes
4answers
811 views
onActivityResult() not called inside a TabHost
I have two Activities, one is a picker activity and the other is a list of choices. Once a choice is clicked, data is returned to the picker activity.
These two activities are part of an activity ...
3
votes
1answer
657 views
Android Fragment vs. Activity Group
Hey guys 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 ...
0
votes
1answer
327 views
Android ActivityGroup lifecycle deprecated?
So from a few days I've seen warning in my whole application about super.onPause(), super.onDestroy(), super.onResume() and etc. has been deprecated. I want to ask is if that means that in the future ...
0
votes
0answers
227 views
Issue with tab activity group in android 4.0 and above
We have tab bar with 5 tabs, we have created activity gorups for each tab. In each group we have around 5 to 10 activities. Now problem is that if we are opening multiple activities in any of the tab ...
-1
votes
1answer
150 views
android how to load an intent inside a view
i know that ActivityGroup is able to change the content of a view, but it is about to be decaperate..
and i don't really like Fragment.. is there a way that i can built some kind of my own TabHost ?
...
0
votes
1answer
284 views
How to call a function of child activity inside an activity group from parent activity / tab activity?
Suppose , i have a tab activity consist of a TabHost. The TabHost contains 2 tabs, each of two has an activity group of it. Each activity group contains of one activity. Now , say , Tab Activity is a ...
0
votes
1answer
183 views
Android 4.0 ActivityGroup and FrameLayout Tabs
I have an app that uses an ActivityGroup and FrameLayout to show activities and tabs.
Everything works fine on devices pre android 4.0.
However, when using a device with 4.x the tabs are not showing. ...





