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

0
votes
0answers
28 views

Redirect to concreate activity with notifications

I'm using Notifications in Android. When the user clicks them, I have to open the application and redirect him to one specific Activity, it works fine if the user who gets the notifications didn't ...
0
votes
0answers
78 views

start activity from broadcast receiver in android

in my application i'm starting activity from broadcastreceiver. but after running code it shows activity first.i want it after if condition is true- - wwhile ((line = bufferedReader.readLine()) != ...
0
votes
1answer
38 views

Base Activity with runnable

Intro: I have made a Base Activity to extend my other activities to. I have overriden several methods with runnables in the function bodies, for example: @Override protected void onStop(){ ...
0
votes
2answers
61 views

Activities and their lifecycle

Consider this: Activity A Activity B Activity C Activity A is started when clicking on launcher icon. Activity B is started by activity A - nothing special. But Activity C should be started ONLY ...
0
votes
1answer
53 views

Android - how to open an audio-stream url with an external app?

I want to give the user the choice of opening an audio stream url with an audio player that he already have installed. The following code works as so far that the user getting a list of installed ...
0
votes
2answers
70 views

Android: Activity onResume

I have two activities, homework and closer. I have a song playing in homework but when a button is pressed, the media player pauses and closer is opened. In my onResume function for homework, I'm ...
0
votes
3answers
53 views

Start another app from my app

I want to start the wondershare player from my current activity and to make it (the wondershare player) use some passed argument (throught the call) as a streaming url. I found some example using VLC ...
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 ...
0
votes
2answers
49 views

How to import array lists from one activity to another in android?

I am basically creating a program in which one class has data from a wardrobe, basically three array lists consisting of tops bottoms and footwear, if the user selects the generate button it ...
0
votes
1answer
35 views

Detecting Android Activity data change

Is there a built-in method to detect any data change made by the user on an Activity in Android? I want to prevent saving and syncing to the server when the user opens up an activity but did not ...
0
votes
2answers
42 views

How do I properly pass EditText (in 1st activity that creates a TextView in 2nd activity) to a third activity as TextView?

I have a Login button that when pressed sends the user to another activity and will post users name in TextView. That part is working fine. The trouble is when I try to pass the username that is in ...
0
votes
1answer
14 views

Activity Lifecycle - onStart, onStop

I've read all the documents and explains the lifecycle, but one thing I'm missing is: Does onStop and onStart have to be present (even if they are empty methods) in the Activity for the activity to ...
0
votes
4answers
48 views

Method gets call on onBackPress in android

I am working on Base adapter in Android and i want to know that which overriden method gets call in BaseAdapter Class if i press onBackPress in some activity. Please help me, I have searched and didnt ...
0
votes
0answers
78 views

Android app exits without any error in logcat when activity starts

I have created a keyboard and it should start when a button is clicked but it does not start on samsung tablet my app just exits without any error in logcat but my app works correctly on emulator ...
0
votes
3answers
76 views

Call an activity only once in the app and show it again when the app restart after being killed

I'm developing an application in which I have to show an activity only once in the app lifecycle. What I'm doing is on my MainActivity.java I'm calling an Activity 1, so after when I move in my app ...
-2
votes
2answers
50 views

How to destroy an activity

In fact, I am new to Android App Development. In my application, I have a couple of activities and I have provided my users with an exit option menu to be able to leave the application. But there is a ...
0
votes
1answer
78 views

Taken value from edittext and passing it as a string to another activity

Im looking to take the value from a edittext field and pass it to another activity as a string. I have done below as shown. I think its working but I would like be to able to print the text out to see ...
1
vote
2answers
58 views

onCreate vs. onResume/onRestart bevhaviour regarding member variables

When I open an activity I know that I can initialize stuff in the onCreate function. But what is the behaviour on the OnResume and onRestart function? When are these functions called? Specifically: ...
-1
votes
2answers
48 views

How do I create a clickable item in menu to open a new activity?

I'm new to android and xml/javascript developing but I have made an app already with allot of buttons and activities. I'm having trouble though understanding how to start a new activity through a ...
0
votes
2answers
95 views

Post Delay Method - Android

I used postedDelayed method to refresh my Activity, which works fine. But the problem is that even when I press the Back button postdelayed method call back the previous activity.. //handler for ...
0
votes
1answer
24 views

preparing android web view for next activity

I am a new android developer, I am trying to figure out how to initialize some activity, so that when I wish to show it later from any other activity (more than one), it will already be initialized. ...
0
votes
1answer
60 views

new tab and new activity it's possible?

I have three tabs (Tab1, tab 2, tab 3). I want starting the other activity all tabs. I try the new intent in Tab 2. My code this public class MainActivity extends Activity { @Override ...
0
votes
1answer
15 views

Problems and increase the number of duplicate forms

hi i have a project in android. there are 3 activity in my project. when i run it Main.java file started when i clicked setting button setting.java run. i want after setting. java run Main activity ...
-1
votes
2answers
47 views

Using AlertDialog buttons to start a new activity

I am trying to use an alertdialog to allow the user to press the ok button and open a new activity. Below is my code: My first activity AlertDialog.Builder dialog= new ...
0
votes
0answers
31 views

Android: Create a widget for showing remaining time

I have implemented an Activity that (using TimerTask) after a certain time interval automatically finishes itself. I would show the user how much time remains before the dismiss. I want use ...
0
votes
1answer
59 views

Intent always null onStartCommand

I have following code @Override public int onStartCommand(Intent intent, int flags, int startId) { if(intent != null) { Log.i("INTENT", intent.getAction().toString()); } return ...
0
votes
0answers
11 views

Delete ActivityEvent or set them as read

i have used Activity Manager and activity event to manage some notifications. I would like to delete or set them as read/seen when i click on notification. But i do not need in anyway. this the code ...
0
votes
1answer
203 views

How to call FragmentActivity from Activity inside TabHost?

I have bit idea about Fragment but not in depth.I want to call FragmentActivity from Simple Activity via Intent. My two File are as below, EventMain.java (extend Activity) EventDetail.java ...
1
vote
1answer
100 views

How to make transparent activity window always on top in android?

I have created one transparent activity A. In this, I'm using surface view to play the videos. I'm able to touch the apps and activities behind this activity A. But when I click another app, the ...
0
votes
0answers
22 views

Android: Make Theme:Dialog Bigger

Hi I have an activity that I launch in a small part of the screen with Theme:Dialog since I don't want to fill the full screen. However I would like to know if it is possible to make this window a bit ...
1
vote
4answers
57 views

When software keyboard shows, activity is “moved up” - only sometimes. Why?

Question is pretty simple - I have an activity, there is an textview or edittext inside, and when I focus on it, software keyboard show. That's fine. But sometimes (I can't se any logic here) is whole ...
1
vote
0answers
62 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 ...
0
votes
2answers
77 views

Android monkey test choose a specific activity

I'm using the Android monkey test to test my android apps, it's works for my app, and is very cool. but I'd like to test an application activity in specific, how could i do that? today I'm testing ...
-5
votes
5answers
74 views

How to check a button is clicked or not from a other activity [closed]

I have two Activitys A and B. Activity B have Button OK I want to check wheather the Button Ok is clicked or not from Activity A
0
votes
2answers
78 views

Android: Activity getting Destroyed after calling Camera Intent

I am having two Activities (A1 , A2). A1 calls A2 and from A2 i am calling the camera intent as below launchIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); ...
0
votes
2answers
76 views

Send message from one activity to another [duplicate]

I have an activity (Activity_A) that has a handler and is receiving messages from an external library. The problem is that Activity_A launches activity Activity_B. When Activity_B is launched, ...
0
votes
1answer
44 views

How to get a preference value into a static String variable?

I am getting the following error message: "Cannot make a static reference to the non-static method getPreferences(int) from the type Activity" is the error in my case. 'TimeCardLogin' must be ...
0
votes
0answers
41 views

Facebook opens new Activity for login

in my app is a com.facebook.widget.LoginButton from FB-SDK 3.0. If I Click on this LoginButton, a new and blank Activity is opened with my dialog authentication. I dont know why this is happening and ...
0
votes
0answers
19 views

Return to Main Activity after TAG_DISCOVER

I finally got my app reacting to TAG. Its build from 2 different activities. activity A is the Main activity, that get launched when i start the app. And then there is activity B which is being ...
0
votes
2answers
48 views

Make a Use Case into an Activity Diagram

How can I make an activity diagram from this use case I made? http://i.imgur.com/c5pA1VW.png
0
votes
2answers
59 views

Make a service close an external activity (created through implicit intent)

What I want to do is quite simple: my application offers the user to watch a maximum of 10 min of video, then it stops the video and gets back to my application (previous activity). The video is shown ...
2
votes
1answer
38 views

sugestion to my structure activitys (Android)

I have many common code in onCreate/onPause etc... I created a CommonActivity that extend Activity and mines activity extend that (oooh fine all work now) but... now i need a ListActivity (with ...
1
vote
2answers
95 views

How Startintent in another class— Android ( SOLVED)

i want do a app with a class for make buttons in dinamic with for bucle. i call the constructor AND the click listener. All code except the click listener goes, that does not change the activity ...
0
votes
1answer
45 views

How to post a Recent Activity on Facebook?

Is it possible to post an activity on facebook? I was thinking of something like this "Has Posted A Photo <MyWebSite URL Here>" Is it possible? if so how? I've tried looking at the docs but I ...
0
votes
1answer
36 views

Android - Resume activity (when destroyed)

I have say ActivityA, when i press the back button, I call moveTaskToBack(true) in order to put it in the background (onPause() is called). When I go and do other stuff in phone, the system will ...
0
votes
0answers
24 views

Android: How can I differentiate between a click on a menu item and a click on the icon

In one of my android activities I have an options menu (populated in OnCreateOptionsMenu). I also want to respond to taps to the activity's icon. When a menu item is tapped or the icon is tapped they ...
2
votes
0answers
44 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, ...
0
votes
0answers
21 views

Are Android Activities and XML/resources files counter-productive to good programming practices?

The more I delve into Android the more I get a sense for how it's architecture is counter-productive to developing with basic good programming practices in mind. My complaints are: Reliance on XML ...
2
votes
1answer
107 views

Mono for Android - All activities in Portrait orientation

I have a MonoDroid application and I'd like to force all my Activities to be presented only in Portrait orientation. I'd though about creating a an Activity base classe such as: [Activity ...
0
votes
1answer
34 views

Cannot close Activity from AlertDialog called in PostExecute

I have a couple of Activities both of which send files up to the internet. I would like to put the posting procedure into a separate class file so that the same procedure is called for each activity. ...

1 3 4 5 6 7 121