1
vote
1answer
30 views

Detect button from previous activity

I have an activity with various buttons, and they all lead to the same activity, the second activity should change its contents depending on which button was pressed. Can I detect which button was ...
-6
votes
1answer
36 views

How do you create a button that creates and launches a new activity? Android / Eclipse [closed]

What I mean is being able to launch a (NEW) fresh activity every time from ONE button and then automatically saves that activity and next time its pressed it launches ANOTHER (NEW) activity.
-1
votes
0answers
17 views

How to generate a button in ActivityB leading to ActivityA when a SAVE button is being pressed in ActivityA? [closed]

to be more specific i am currently building an application that aims to help users which own a scooter to repair it through a series of images with step by step detailed instructions. What i am having ...
0
votes
0answers
42 views

wrong activity pushed on button press

I'm having a noob problem with the wrong view being show on pushing a button. Regardless of which button I press, Page Two appears. Manifest snippet: <activity ...
0
votes
4answers
97 views

Trying to call an activity with a button onClick

I've been racking my brain for the past two days trying to get a button to work. Basically I want my button to call 'add a password function'. If you like to view my entire code, its at ...
0
votes
0answers
8 views

calculate tow number and display result in another activity

I am new to android.I made hallo world app and a simple calculator that having two edit text one text view and one buton the edit text are for receive two numbers , when click on the button the ...
3
votes
3answers
78 views

How to resolve double tap on Button Issue in android?

Mockup of my Application : Problem : When click on button1 it just call Intent of ActivitySecond button1.setOnClickListener(this); public void onClick(View v) { // TODO Auto-generated method ...
0
votes
3answers
61 views

Android Button Does Not Work

Okay so I am making a application just for fun that has a random number pop up on the screen. If you tap the button with the same number as the random number you get a point, and if you tap the button ...
0
votes
2answers
37 views

lauching different activities depending on a value

I'm trying to start a new activity depending of the value of a parameter when the user clicks the next button <Button android:id="@+id/next" android:layout_width="fill_parent" ...
0
votes
1answer
60 views

Swapping Screens in Android with Button Click

i try to make 2 screen activities in Android, and a button on each one, when you click the button to go to the other screen. I have made everything like in this tutorial: Watch It here But, if i ...
0
votes
1answer
44 views

Trying to start an activity is causing an exception to be thrown, unsure why

Here is the code: public View getView(int position, View convertView, ViewGroup parent) { if (convertView == null) { convertView = new ExpenseIcon(context); ((ExpenseIcon) ...
1
vote
6answers
98 views

android: Cannot switch between activities using intent

I have a hard time switching from one activity to another using intent. My app is almost done, I have there several activities and I am able to switch between them with intent. I have added one more ...
2
votes
0answers
64 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 ...
0
votes
1answer
44 views

Android ProgressDialog not showing up

Here is the part of my code connected to the dialog. After they press the button, it should show up and after showing up, the it should process the data and when its done, it should hide away. But it ...
0
votes
2answers
40 views

Return Button - unreachable

I want to create a button, which closes the current activity. Like a "return" button. Here are code fragments I tried: Here is the full .java: public class OtherApps extends Activity { /** ...
0
votes
3answers
82 views

Maintain Single instance of an activity

i have button in my first activity called Start. Now when i click on this button it takes 1 to 2 seconds to load the next activity, now at that time the user clicks on the start button multiple times ...
0
votes
1answer
58 views

RunTimeException in ButtonFragment class

I'm getting a runtime exception from my buttonfragment.class. I doing a fragmented button bar, each button with it's own layout and activity. I've been changing things around and can't figure out ...
1
vote
3answers
137 views

how to clear data from activity using device back button

i had created an android app which has 3 activity (A,B,C) in activity A there is 2 autocomplete textview which fetch data from database and button after selecting data in autocomplete text user press ...
0
votes
2answers
49 views

How to save result?

I'm a rookie in android programming. I have a small problem. When I click a ImageView, I make that ImageView invisible and set a Button to visible. My problem is that how do you save this? For eg, ...
0
votes
1answer
26 views

Change Activity Button State from Adapter

I have a ListView in my Activity, and I have to change my DeleteButton state (VISIBLE - GONE), when user checks/unchecks the checkboxes on any of ListView's items. I tried doing something like this: ...
0
votes
0answers
43 views

How to display different mapview depending on selection from spinner?

I have a spinner containing a list of attractions (in attractions_layout.xml), when the user selects an attraction from the spinner, its information is displayed in another activity (in ...
-1
votes
2answers
213 views

Android activity closing entire app on back button press

I have a main activity in my app. This activity creates two other activities (at different times). One is a settings activity and the other is a custom activity. Now my problem is when i am in the ...
0
votes
2answers
56 views

Create a button from an Android Activity and position it properly

The app I'm working on requires me to display buttons according to a config file the user specifies. Because of this, I'm not able to use the layout.xml to specify where a button should be placed, and ...
0
votes
3answers
113 views

starting the same activity with button in android

Is it possible to start the same activity on button click. I have a button in my MainActivity and I want that when I click that button the current Activity (MainActivity) restarts (start again) ? ...
1
vote
3answers
139 views

how to return to previous activity from about with a button click?

Im trying to return from the about dialog to the main activity by a button click: public class AboutActivity extends Activity implements OnClickListener{ @Override protected void onCreate(Bundle ...
0
votes
2answers
65 views

Why in the world does a button have to be defined after setContentView?

So I just spent 4 hours trying to get my code to work and I realized it was something so dumb. I was defining a button before my setContentView(blablabla); was called. Why on earth did this cause my ...
0
votes
0answers
35 views

execute an action from a button in another layout

I try how can I run an action on my activity from a button in another layout I put a log to see if the button returns an id, and yes it displays the id of the button I want this button to be ...
0
votes
1answer
45 views

Is there a way to instead of going for another acvity when a button is pressed, it expands and show new options?

I am sure this can be a little hard to understand through words so I'll try my best. What I want is that when a button is pressed, instead of going to a whole new page, it just expands and shows some ...
0
votes
1answer
100 views

how to open Home Activity from any another Activity without using Intent

In a interview someone asked me this question. Suppose there are 4 activities in application. He wants back button to work normally on first three activities(i.e. going to previous screen on back ...
0
votes
1answer
69 views

code button inflater

I have this main activity public class MainActivity extends FragmentActivity { SectionsPagerAdapter mSectionsPagerAdapter; ViewPager mViewPager; @Override protected void onCreate(Bundle ...
0
votes
3answers
288 views

Buttons not working properly

In my main.xml I have 5 buttons all of which lead to different pages but when I launch the app the buttons were their but when clicked they did not work. I think the problem may be in the ...
2
votes
3answers
147 views

Android: How to enable button when service complete its task?

I have two buttons StartButton and StopButton on MainActivity.java . When I press StartButton a Service is created and StartButton get disable. On pressing StopButton Service get destroyed and ...
1
vote
1answer
174 views

Android button slow action

I have a button that leads to another page. And whenever I click it I get this info code in logcat : 12-07 16:09:45.073: I/ActivityManager(273): Displayed com.example.prva/.button: +1s764ms Seconds ...
0
votes
2answers
92 views

Is it normal to call two activities from two buttons in sequence

I didn't know how to phrase the question properly so let me explain. I have noticed that on the android platform that when you press two buttons in one activity in quick sequence (press one button ...
2
votes
2answers
97 views

How to Dynamically check if XML contains UI Element

I have multiple XML files that need to be used by one Activity for its view, the Activity will load an XML file from the name passed to it when its created. These XML files will contain a set of UI ...
1
vote
0answers
57 views

2nd button not working with intent

I can't understand why my second button doesn't start the second activity package com.example.lettere; import android.app.Activity; import android.content.Intent; import android.os.Bundle; ...
0
votes
1answer
177 views

Android - Get input (intent) from last activity to new activity but also have layout shown at the same time?

In the main activity of my app, it has the user enter their Name and click on a Shift number and click on submit. When they click on submit, it brings them to a new page (activity) and that page shows ...
2
votes
2answers
1k views

Sending radio button data to next activity in Android

I'm trying to allow the user to enter their Name, and click on one of three radio buttons, and click on a submit button. And on the next activity, it will display their name and the radio button they ...
1
vote
2answers
584 views

multiple button activities on same page - android eclipse

I've tried searching for many methods of utilizing multiple buttons on the same page. I can get the first button to work but the second and third buttons force-close. Does anyone have any idea why ...
0
votes
2answers
354 views

Android go back to activity or recreate

I am developing media player application in which i am showing a notification when song starts playing in a service. Basically i am showing a list view in my first activity(being any one from Artist ...
1
vote
2answers
344 views

Slider Button Widget(like in Iphone lock Screen)

i need to create an activity similar to lock screen in iphone(button slider)in android,so that when a user enters username/pswd and slides the button it should take to the next screen...did anyone ...
-1
votes
2answers
173 views

Button set Text Activity B

I am From Cali Colombia no speak english ok I have activityA and activityB a Button activityA click button set Text activityB = setText ("100"); public void onClick(View arg0) { Intent ...
0
votes
0answers
157 views

How to get Animation-List working on Button in Android?

I am trying to get a button to use an animation-list described below but cannot figure out why I keep getting errors. In the code below I create a button in the main.xml 'featuredimage' and follow ...
0
votes
1answer
574 views

how to add view to new activity in ViewGroup

ok so im trying to add a button/view to a new activity other than the one the Viewgroup is already in. here is my code so far: Src: public class Main extends Activity { Button btn, btn1; ...
-1
votes
2answers
58 views

How to make a Button that creates another button in a diffrent class/activity/xml?

I was wondering how I can program a button in my android application to create/make a new button in a different xml/class? Can someone help me with this? Any help appreciated. Thanks.
0
votes
3answers
150 views

Disable an android button pressing twice

I have an activity which contains a back button. when it is pressed, it starts another activity which contains a back button in same position. But the problem is it takes few seconds to start activity ...
0
votes
1answer
427 views

How to create a button dynamically in android without extending Activity

I have a class in android that extends Fragment. And I need to create a button dynamically. I can't use new Button(this). Because I'm not extending activity. How do I do this? public class ...
1
vote
5answers
2k views

Button to go back to MainActivity

I want to create a button that would lead the user straight back to main activity which doesn't have the android name="com.example.example". It has android.intent.etc... How can I reference my button ...
0
votes
0answers
167 views

NFC tag have to push a button in my app

I've a problem developing my first nfc app!I have a class with 2 clickable buttons (that open a new screen with other buttons) and I need one of them pressed when a specific tag is scanned. So, 2 ...
0
votes
3answers
81 views

How to get information about a button click on 1st activity and use it in the 3rd activity? - android

well there are 3 activities say Act1, Act2 and Act3. in Act1 there are three buttons say But1, But2 and But3. if we click any of the 3 three buttons it will end up showing Act2. in Act2 there is ...

1 2 3