-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm having difficulties handling multiple instances of my root (main) activity for my application. My app in question has an intent filter in place to launch my application when opening an email attatchment from the "Email" app.
My problem is if I launch my application first through the the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I have a huge maze of activities in my application. What I need to do, is that when the user logs in into the system, the activity history should be cleared. I cant just use finish() when I start a new activity, because I want the activities to have a history until the user logs in. I have experimentet…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, so I have this requirement to kick off Activities provided to me at run-time. To facilitate this, I have set up a WorkflowService that receives Activities as Xaml, hydrates them, and kicks them off.
Sounds simple enough ...
... this is my WorkflowService in Xaml
<Activity
x:Class="Workflow…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my application I have several activities, the main screen has 4 buttons that each start a different activity. So one of them is a search activity, once it searches it shows you a result activity. This result activity can be reached from other activities, so in general something like this:
Main…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Behavior seems consistent in Android 1.5 to 2.1
Short version is this, it appears that when my (android search facility) search activity is fired from the android QSR due to either a suggestion or search, UNLESS my search activity in turn fires off a VISIBLE activity that is not the parent of the…
>>> More