Activity has multiple meanings. For Android activities, use the more specific [android-activity] tag. For Windows Workflow Foundation activities, use the more specific [workflow-activity] tag.

learn more… | top users | synonyms

3
votes
0answers
123 views

Starting a new Activity error

I am creating an application that reads in data from a IOIO microcontroller board and displays it to the screen after I hit a button. I have two classes, MainActivity, which has the button to hit, ...
3
votes
0answers
122 views

android using Bluetooth without activity

I want to write a library project in android to scan Bluetooth devices and return list of devices. The library project does not have an activity. In the library project I will write getListOfBlueTooth ...
3
votes
0answers
3k views

Strange InputDispatcher error “Consumer closed input channel or an error occurred. events=0x8”

I just created an android app (API 7), with two classes (Launcher and Menu). Launcher has couple lines: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
3
votes
0answers
136 views

Creating a “Preview” of a Widget inside the Configuration activity

I want to extend the little widget I created a bit more by adding a preview of the widget while you are configuring it. While I could easily do this by just creating a preview that looks like the ...
3
votes
0answers
348 views

Android: TabHost Activity acting weird after kill / OnSaveInstanceState not called

I am not sure if I am doing something wrong, but as I just stumbled upon a similar bug, it might be another bug as well. I was wondering if you could confirm this or even know a solution? Okay, so I ...
2
votes
0answers
63 views

Android: Pressing a button to reset the activity at a fast rate crashes the program

I have a button set to reset the activity. When I press it too fast too many times, it not only queues up the activity (as in when I press back, there is another instance of the activity) and can ...
2
votes
0answers
308 views

Galaxy S3 - taking picture in portrait mode destroys activity

So, this question has been asked in many forms on this forum but none of the answers are helping me. I have a bug which I've only been able to reproduce on the Samsung Galaxy S3. I want to simply ...
2
votes
0answers
43 views

Pattern for notifying events to Activities and Services at the same time

I'd like to know the best pattern for the following scenario: 1) ActivityA contains a button which resets the app data when pressed 2) IntentServiceA, IntentServiceB and ActivityB want to be ...
2
votes
0answers
62 views

How to open dialog styled activity from notification without previous activity closing?

I have an Activity with dialog style so it visually opens on top of previous activity. I have a notification which opens this activity like this: Intent intent = new Intent(this, ...
2
votes
0answers
75 views

Location show on map according to list?

I am trying to fit a Google Mapview and a ListView into one activity. The Mapview shall take 2/3 of the upper side, and the list 1/3 of the lower side (in portrait). in this way assume it as ...
2
votes
0answers
180 views

android:how to check if application is running in background 2

I have the solution. public static boolean isApplicationSentToBackground(final Context context) { ActivityManager am = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); ...
2
votes
0answers
102 views

get the execution time of an activity

I would get the execution time of activity in the foreground (see picture) and the execution time in the background. I've searched in the Android 4.1.2 sources, in classes like "PackageInfo" and ...
2
votes
0answers
166 views

resultcode and data null in onActivityresult

I have a code where i set the image captured from camera to an vector and then use image adapter to show the captured image.but im getting result code as 0 and data as null in OnActivityResut.Below ...
2
votes
0answers
48 views

Android Ghost Layout on Activity Transition

I noticed something strange today and i'm not sure the best way to describe it. I have two activities (A and B). I'm on A and start a new intent for B. I override the pending transition to be a slow ...
2
votes
0answers
150 views

Starting activity dynamically using DexClassLoader

I want to write an app which clicking on a button in it runs an activity from another apk file (not installed on the system). So assume I have Project A, which has Activity A, and Project B with ...
2
votes
0answers
204 views

Embed datepicker inside an Acitivity

I want to embed a DatePickerDialog inside an Android activity itself. I do not want the DatePicker to appear when clicked on a button as a dialog but embed it inside my activity itself. I have tried ...
2
votes
0answers
98 views

onCreate() called senseless amount of times when returning from another activity (Ice Cream Sandwhich)

I have an Android app which works fine with android 2.x but fails with Ice Cream Sandwhich. App has Mainactivity A which starts SetupActivity B with onStartActivityForResult() when "Setup" button is ...
2
votes
0answers
221 views

cocos2d-android game state save and load after pause/resume (onStop/onRestart)

My game engine is in cocos2d-android. My question is that if the activity goes to the background, and resume (onStop and onRestart override function) how can i load the original game state to the ...
2
votes
0answers
797 views

Android: Unable to resume activity

I am trying to integrate Twitter in my Application. I want a pop-up to be shown in which the user can enter his tweet. Now when the user is already logged in, the application is working fine, but if ...
2
votes
0answers
354 views

android- How set Animation for inbuilt intent activities?

I am developing app in which I use different animations for starting activities like follows - Intent i = new Intent(SplashScreen.this,MainScreen.class); ...
2
votes
0answers
300 views

What may the reason for force close after the application is closed?

In my application everything is working fine. I have added all the permissions and the activities in the manifest. And i am using a service in my application so i have added that it too in manifest ...
2
votes
0answers
1k views

How can I call MediaScannerConnection.scanFile() asynchronously, while being notified of its completion?

I want to collect some information from the MediaStore. Sometimes a .nomedia file results in a file not being scanned, and so I use an explicit call to be sure the file was scanned! So I'm calling ...
2
votes
0answers
260 views

Resuming a surfaceView activity

So i have a game menu with buttons, the start game button changes the contentView with a custome surfaceView, i need to make the game show the menu with the buttons after it is minimized and then ...
2
votes
0answers
508 views

Launch speed on startActivity

I am developing a android application which is running as service to start another applications at a specific condition. There are many chances to use a function 'startActivity'. I noticed that ...
2
votes
0answers
1k views

Android - foreground Activity being killed when background system service scheduling restart by ActivityManager

I have a viewer application, implement with ImageView and ViewPager from Android Compatibility Package. For each page, I render some Bitmap and put them into ViewPager. It works fine, but sometimes ...
2
votes
0answers
218 views

TabHost and Out of Memory

I use a tabhost to contain three activities in different tabs. Due to many images for the background UI, this leads to the problem "Out of Memory". Is it possible to destroy other activities which ...
2
votes
0answers
253 views

Android: NPE in Activity onCreate caused by custom View saved state

I have a custom view that's being used inside a Fragment in my app that seems to be causing a null pointer exception if you multitask away from the app and let it sit a long time, then open the app ...
2
votes
0answers
184 views

Problem with application update and launch on runtime

I have an update process as downloading new .apk from server and then re-installing app while application is running. If I trigger execution of downloaded .apk programmatically installation screen ...
2
votes
0answers
163 views

Is it possible to attach activities in gallery view instead of image in android

I have different activies in my project that need to be presented the same way images are displayed in Gallery view. below there should be scroll pan where all these activities are displayed and on ...
2
votes
0answers
393 views

How to pause animation along with the activity?

need all your suggestions for this. I am implementing some basic animations in my activity . Now i am in a situation where i want to pause the activity along with the animations when i started the ...
2
votes
0answers
292 views

Show Phone Calls in SiteMap

If you link Phone calls in sitemap in CRM (nav_phonecalls), what it will link is to Activities view of phone calls (it will not have an fields specific to phone call itself and will show only generic ...
2
votes
0answers
250 views

Fullscreen mode seems to cause different softInputMode behavior

It seems that when the Activity is in fullscreen mode, it seems that the softInputMode does not adjust the underlying views for the desired scroll up behavior. Within onCreate(...): ...
2
votes
0answers
519 views

Monkey starting intent in subactivity causes ANR

I have an android app with a button on the main activity that creates a second PreferenceActivity to display settings. The manifest looks like this <application android:name=".MyApp" ...
2
votes
0answers
307 views

Displaying multiple video feeds on android in a single activity

Hi! I'm trying to play multiple video streams on a single activity but in some cases (tried on different devices) it doesn't work and throws an error (sorry for not posting it here, i can only ...
2
votes
0answers
1k views

Android startActivity vs HOME Button

I have a mainactivity. In the AndroidManifest I have declared. android:clearTaskOnLaunch="true" This should bring me to this activity, every time the app is ended with the HOME Button and call ...
2
votes
0answers
583 views

startActivityForResult implementation in an Android Service

I have written a service which triggers some application's activity ( not my app's ) say the default web browser. How do i determine from the service if this web browser activity is finished? I ...
2
votes
0answers
378 views

Transparent Activity does not open with typical animation, just appears?

I have a transparent activity defined using this theme: <style name="Theme.Transparent.NoDim" parent="android:Theme.Translucent"> <item ...
2
votes
0answers
348 views

Android - Resize content when softkeyoard shows in a Dialog subclass

I have a Dialog subclass which I used for form-styled input (i.e. lots of text fields and buttons). This is backed by a Scrollview, however when the keyboard shows - the scrollview doesn't resize ...
1
vote
0answers
13 views

Android SSL usage: key input stream from UI thread to background thread

I have a design question on android SSL socket usage. To be able to initialize a secure socket, I need to be able to access the key input stream from a background thread to initialize the session ...
1
vote
0answers
38 views

Elegant way to implement class library activity?

I'm writing a library that will provide an "enhanced" activity class. Let's call it a "SuperActivity". I want the developer's application to have a second activity that will do the same as his ...
1
vote
0answers
47 views

Activity Recognition in Android is not working

I have tried to compile example code from new Google location API that should show user's activity. Like on foot, in vehicle etc. Link to the example is ...
1
vote
0answers
25 views

Change activity behind dialog

I have a dialog in my app for changing font size and style. I want that the changes one makes in this dialog should reflect immediately in underneath activity so as to give user a preview of the ...
1
vote
0answers
48 views

How can I start activity from receiver as a single new activity?

I am writing an app which need to show an activity over the lock screen when the device is locked. I have another question to ask for the way to detect if the device is locked or the lock timeout of ...
1
vote
0answers
24 views

Searching through a list and display results with Search Interface

I am trying to implement a search feature in my app where there is a list of people and the user can search for a specific person. I am having trouble implementing this idea. I am assuming I will be ...
1
vote
0answers
35 views

android know when mail was sent and do action after sending

Im sending an email from my android app Intent email = new Intent(Intent.ACTION_SEND); email.putExtra(Intent.EXTRA_EMAIL, new String[]{ to}); ...
1
vote
0answers
41 views

Dialog Fragment not working with extended Fragment class but working with Extended Activity Class. Why?

I created class for picking up date using dialog fragment. I want to use my dialog fragment here in this class (NOTE: this class extending fragment): public class SingleShedulledTimeActivity extends ...
1
vote
0answers
82 views

Update Tabhost tab content

I have a tabhost to which I dynamically add tabs. When I add a new tab I create an intent to launch an activity as the content and add my data to the intent using putExtra. This works fine when I ...
1
vote
0answers
66 views

Error launching onPause()/onResume() android flash air

I'm developing an app for android, using Flash Air with flash builder and flash cs6. After I've loaded and SWF I need to put my app on background, and call again the application to foreground. That ...
1
vote
0answers
51 views

I have a activity with theme Dialog,but in an activitygroup class it is not visible

My problem is similar to this one: Android: Dialog themed activity not visible but I haven't seen anyone answer it. here is my code: public class QueryAct extends Activity implements ...
1
vote
0answers
107 views

Android Bad Token Exception when closing and opening fast

I am currently working on an application that is being launched as an intent. Here are the flags I am using: intent.setFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION); // don't "zoom", etc. the launch ...

1 2 3 4 5 30