Linked Questions

0 votes
9 answers
12k views

Possible Duplicate: Passing data between activities in Android so I have two activity's, and I need to save one variable in first activity, and use it in the second activity. Can anyone help me? ...
user1414682's user avatar
2 votes
1 answer
3k views

Possible Duplicate: Passing data between activities in Android How can I edit text in my Activity, then pass this text by an intent to a new Activity?
Joja Ingy's user avatar
  • 709
0 votes
2 answers
97 views

Possible Duplicate: Passing data between activities in Android Ok Lets say that in my Activity1.java there is a variable called date If I declare it as static, in my Activity2 I can recall its ...
ghostrider's user avatar
  • 5,269
-3 votes
1 answer
94 views

I have two buttons. Button1 go to A then C Button2 go to A then B and finally C. There are values pass between these activities. The problem I faced now is how do I check whether they are data ...
Tony's user avatar
  • 2,758
-2 votes
3 answers
96 views

Possible Duplicate: Passing data between activities in Android I'm trying to pass a string from my main activity to another activity I have created. How would I do this?
Miguel's user avatar
  • 1,207
-2 votes
1 answer
43 views

unable to send data , from one activity to another
Tara Uppin's user avatar
0 votes
4 answers
4k views

I am porting a program to Android. I have all my business logic on POJOs, so I need to use Activities as a mere front-end. The problem is that I don't know how to share POJO between Activities; I've ...
michelemarcon's user avatar
0 votes
2 answers
5k views

I have a ListActivity which should call an edit form, much like in the Notepad tutorial. The difference is, that I don't want to call an ACTION_EDIT intent, but the EditorActivity-class directly and ...
erikbstack's user avatar
  • 13.3k
-1 votes
5 answers
1k views

Possible Duplicate: Android global variable I am working with an Android project. I have two activities. I am designing a file uploader. The first activity is to choose a file. The second one is ...
Pushpendra Kuntal's user avatar
0 votes
4 answers
3k views

I am a beginner of Android. I want to pass the result from FirstActivity to the SecondActivity as below. How to remove results in intent extra? Or any way to pass the result to SecondActivity and show ...
william lau's user avatar
1 vote
3 answers
782 views

I have asked this question a few times on here already, but still am not confident enough to start throwing things into my code because I'm afraid I'll ruin the functionality it already has. What I ...
JuiCe's user avatar
  • 4,211
0 votes
1 answer
2k views

I have researched and tried to learn, but I am unclear and would appreciate help. I have played with a few different strategies, but cannot figure this out though this is really basic stuff. I have a ...
user2005304's user avatar
2 votes
1 answer
2k views

I have a button which pulls up the DatePicker fragment but I can't figure out how to make the view change depending on the date picked. I put onDateSet method in my main.java which is the activity ...
user1741292's user avatar
0 votes
2 answers
1k views

I got list of checked contacts.However, i need to pass these selected contacts to another activity and display in edit Text.Please help.Thanks
Nurul Atiqah's user avatar
0 votes
1 answer
964 views

Hi I am very new to Android development. Here is my problem: In have two activities as shown below. Activity1.class XML--> has two buttons Button1 (Id:@+id/btn1 , onclick:doTHIS) and Button2 (Id:@...
user3210337's user avatar

15 30 50 per page