Tagged Questions

0
votes
1answer
17 views

Is it possible to launch an Android Activity from an AlertDialog?

I am trying to create a small pop-up in my Android application to let the user choose from one of many items, ala a ListView. I am hoping to make it show up as a translucent box t …
1
vote
2answers
49 views

How do I launch the email app with the “to” field pre-filled?

I tried this code which I found here: Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts("mailto", "testemail@gmail.com", null)); startActivity(intent); But I get a …
2
votes
1answer
46 views

Android - clear history when navigating between Activities

I have 3 Activities that my user continuously is looping through. When user is back to the main screen I need to terminate previous history so user cannot hit back button and end u …
15
votes
8answers
1k views

What’s the best manner of implementing a social activity stream?

Hi, I'm interested in hearing your opinions in which is the best way of implementing a social activity stream (Facebook is the most famous example). Problems/challenges involved a …
0
votes
1answer
52 views

Overriding the Activity/Task behavior in Android

I'm writing a simple Android app, and I'd like better control over the navigation/relationship between the activities. I don't want my activities to act like android activities... …
0
votes
2answers
21 views

[android] Activity group throw ActivityNotFoundException?

Hi, I want to change the current activity inside a tab in a tab activity, after some research, I know that I need to use activity group to go this. then I created a new class ex …
2
votes
2answers
160 views

Silverlight activity control - messing up width and height?

Hello, I'm struggling with Silverlights' activity control. I placed a grid inside the activity control and no matter whether it shows "Loading..." or not, the grid doesn't stretch …
0
votes
1answer
67 views

Android “single top” launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity's launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startAc …
0
votes
0answers
28 views

How to make an external library like the Mapping API on Google Android

Hi all, I am looking to create an external library for Android that essentially provides an Activity that others can inherit from and the base Activity takes care of all the basic …
0
votes
1answer
35 views

How can I track custom Windows Workflow Foundation activity properties?

I want to track my custom activities' property values in my own tracking service, .i.e. I don't need it in the built in SQL tracking service. I have been successful in reproducing …
2
votes
2answers
69 views

[Android] How do I preserve a complex object across Activity restarts?

Say I have a Java Bean object which is serializable. I want to store it away safely when an Activity goes through onDestroy() on purpose (i.e. onSaveInstanceState() is not called). …
2
votes
3answers
4k views

How to use activity indicator view on iPhone?

An activity indicator view is useful in many applications. Any ideas about how to add, activiate and dismiss an activity indicator view on iPhone? All the methods for this are wel …
0
votes
4answers
560 views

How do you make an Android “Home” shortcut bypass the app it’s point to’s history?

I have an app that allows you to create Home "shortcuts" to a specific Activity. It turns out that some of my users will use the app, hit the home key to go do something else, then …
2
votes
3answers
150 views

How to use an intent to update an activity?

Hi I have a service that is downloading a file. When the download is done, I would like to update my "Downloaded files" list in my Activity, but only if the Activity is running. I …
0
votes
1answer
130 views

Android: Why doesn’t the activity appear immediately after calling startActivityForResult()?

Hi, The application I'm currently working on consists of several dialogs and there is an issue with one dialog I still haven't found the cause. Running the debugger the execution …

1 2 3 4 next
15 30 50 per page