Top "Activitygroup" questions

A screen that contains and runs multiple embedded activities

Android: ActivityGroup tutorial with example

Can u please suggest a good tutorial (with example) for ActivityGroup. I am completely new about this topic. Thank you

android activitygroup
ActivityGroup Example

Can anybody please give me an example of ActivityGroup. I have heard that by making use of ActivityGroup we can …

android activitygroup
Android 1.6 & Fragment & Tabhost

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

java android android-fragments android-tabhost activitygroup
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?

android android-activity activitygroup
Android: Viewing Two Activities in One Screen

I'm looking for the simplest way to have two activities displayed at once, so that one Activity always remains visible, …

android android-activity activitygroup
Android Activity-Lifecycle... how to avoid onDestroy()?

I have an App, which uses an ActicityGroup to have a stack of Activitys. If I start a new Activity, …

android android-activity lifecycle activitygroup
AlertDialog cannot be shown from ListActivity within ActivityGroup

I am trying to show an AlertDialog when an item in a ListActivity is clicked. My app displays the ListActivity …

android listactivity android-alertdialog activitygroup