5
votes
3answers
23 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
0answers
12 views

Get the id of a spinner and do a search in the database

I have this code in my MainActivity, and I also have a database that will serve for the spinners to do the research. Here I have three spinners, I want to click the spinner, and spinner2, the data ...
1
vote
1answer
29 views

android - how to have a clickable AND checkable textview

I want to have the following: a textview that .)changes its background when clicked .)maintains that background until it is clicked again it all comes down to the "checkable" state, but i couldnt ...
0
votes
4answers
36 views

How to set a particular font for a button text in android?

I want my button text to be in the Copperplate Gothic Light font and I yet have not come across a simple clean code for a simple function as this. Help! PS: Since android comes with ariel and a few ...
0
votes
2answers
42 views

Ecplise - Android Add a button with code

I´m trying to add a button to my screen but I can´t seem to get it to work. This is my code: public class Graph extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { ...
0
votes
1answer
35 views

Checking button background and changing

How to change the background image of the Button by checking the current image file. Say I want to try the image of sound on/off by checking which image is currently on. main.xml <Button ...
1
vote
1answer
48 views

How to set button layout_gravity=“fill_vertical” programmatically?

I got a GridLayout, and two or more button inside, and all the buttons must with same width. My problem is that when the buttons having different line number of text, the marginTop of button will ...
0
votes
0answers
28 views

Android - Add button to download image from app to device

So I have a basic app that displays images one at a time. And I'd like to add two buttons, one to download current image, and one to download all the images, which is basically the drawable folder. ...
0
votes
3answers
51 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
1answer
21 views

Android Trouble With TextViews and Buttons

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
3answers
31 views

Android: Two buttons but the action from pressing one is only taking place after the other is pressed too

I have two buttons in my application, one is to to start Google Voice and the other is to exit the application. However, when I press the voice button, it doesn't do anything until after I press the ...
0
votes
4answers
36 views

why editText make program stopped if didn't input anything

I new. I have 2 editText and 1 TextView, 1 button. I want to sum from 2 input. Its success if I input all editText. But if I didn't input, the aplication stopped. package panda.c; import ...
0
votes
2answers
39 views

Buttons not working with listview

I have buttons across the top of my listview. The buttons do not function until I select an item from the list. According to some other posts, I should add the following line to my XML file: ...
0
votes
0answers
41 views

Strange behavior of Eclipse IDE

I have been working on an Android app. When i create a project IDE works fine then i create another activity still IDE works fine. But when i change the background of my screen of android project i am ...
0
votes
2answers
32 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
56 views

How can I show a different listview for each button pressed

I have a row of buttons that I want to populate a listview. That looks like this: Button1 | Button2 | Button3 | Button4 List Item 1 List Item 2 List Item 3 If I press Button1, I will show one ...
0
votes
1answer
14 views

Random sound onclick button android assets

I want to play random sounds from assets/ folder in my project. What's wrong with that code? Help me please Here's my code: MediaPlayer player; AssetFileDescriptor descriptor; private String[] ...
1
vote
1answer
37 views

Custom Holo Button

I've tried searching and using custom selectors other people have posted here, using the set colour filter and various other things. I think I'm getting it completely wrong because in complete honesty ...
0
votes
4answers
42 views

how to know which button called a method?

I'm using a method : button_click(View view) to set a text on an editText , and I have a lot of buttons and each one of them should set text on a specific editText . Is there any way to know which ...
1
vote
0answers
21 views

Sending shell command returns “No such file or directory” while it actually exists

I am making a Core management app for rooted android dual-core phones and up ... So what this app shall do is modify a file in the /sys directory , so it surely needs to use root or "su" . So what i ...
0
votes
1answer
31 views

Android error ANR when I make a lot of buttons

I don't understand about this problem. My android application need to generate Custom button. It can work if I have less than 144 buttons but if I generate button more over 144 buttons. it can't ...
-2
votes
2answers
39 views

Working sample code for button.performClick()

Can someone please put a working code example of button.performClick() assigned to a OnClickListener. The following code which I have used returns false for button.performClick()- ...
0
votes
0answers
27 views

Button with custom background is scaling unexpectedly

I have a button with custom background: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
0
votes
0answers
18 views

When is a button background really drawn?

I followed the onDraw(canvas c) method for a custom button (MyButton extends Button) using the java debugger in Eclipse, and I cannot seem to find where the button background is being drawn. Overrided ...
-1
votes
1answer
28 views

google map api V2 cilck my button to show MyLocation instead of default button

With Google Map API V1, I can create my own button then click the button to show mylocation. But Google Map API V2, I only can use the default button created by mMap.setMyLationEnabled(true); to ...
0
votes
0answers
31 views

Why can't my button gain focus unless I click another button first?

I have 5 buttons on my activity, one of which is a close button to finish() the activity. Clicking it does nothing unless I click one of the other buttons first and then click it. I'm assuming the ...
2
votes
2answers
25 views

Error inflating class button

I just started learning Computer Science and Android development. I've been going through some helloworld demos to try and learn. So going wild, I tried to rewrite a program that has one button for ...
0
votes
1answer
33 views

Android force close when button clicked

The application force close when i click button. My java, xml and manifest have no error. I don't understand why the application could be force closing when I click the button. this is the java code. ...
1
vote
1answer
39 views

Centering ToggleButton Image - With No Text

Here is my ToggleButton: <ToggleButton android:id="@+id/bSmenuTopItems" android:layout_width="wrap_content" android:layout_height="48dp" ...
0
votes
1answer
33 views

Alert dialog not functioning correctly.

This code I am working on requires the user to press a button after entering a phone number into a text box. The button is made to save the number. When I run the code I want to have it present the ...
0
votes
2answers
40 views

android- react when 2 button clicked

I want to build simple memory game. I used 16 button. I know how to react when specific button is cliked, but how can I react to each button click and check if the match button was selected (not ...
1
vote
4answers
43 views

How to make all buttons to be of the same height (and keep their weigths)?

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...
0
votes
1answer
29 views

androd handle continuous tapping on buttons

May be it is a question that needs some logic only. We have an android app that invokes different web services and return data. In the app there are two buttons. We have 10 APIs (web services). ...
1
vote
2answers
33 views

Trying to get or pass Button in/to Custom SurfaceView from the same Layout

I am creating a small game I have an activity: GameActivity.java: public class GameActivity extends Activity { public static Button btnPause; @Override protected void onCreate(Bundle ...
2
votes
2answers
56 views

Add a button to View

I'm drawing a graph then add some button/label/textbox for input data. But the button on main layout is't show up. how to add button to a View (Because i draw graph using canvas on a View) here is ...
1
vote
3answers
70 views

How can I make a piece of code loop while a Button is pressed and stop it once the Button is no longer Pressed?

I am using the android developer tools in Eclipse, programming in Java, and I need to make an object move across the screen as long as a button is pressed. I've been doing research for hours, and I ...
0
votes
1answer
41 views

Button not responding to OnClickListener()

So I create a custom dialog where I set it to an xml file. In that file I have 2 buttons. One of them is responding to it's onClick counterpart where the other one isn't. I have NO idea why it isn't. ...
-3
votes
4answers
78 views

Android If condition

In a android app, I click a button a flag is set to 1 and then I check if its set to 1 to do something. but its not working! public class MainActivity extends Activity { Button button1; ...
1
vote
0answers
37 views

Can't play sound with button android

Well, I'm now trying for like 4 hours to make a button to play a sound. (Like a soundboard app). I'm a beginner, so sorry if i made stupid mistakes. This is my .java file. package ...
1
vote
3answers
46 views

How Do I Position Button From Bottom/Center?

I'm a noob to android and I'm having problems trying to position a button programmatically from a bottom/center point instead of the default top/left. My button has an arrow at the bottom and I want ...
-3
votes
3answers
39 views

android listview and button and text with gesture detection

I am new to android programming. I have this problem that I created a listView with button and text. I wanted all of this object to be active. Meaning I can click or touch any of these 3. The main ...
3
votes
1answer
119 views

Gridview buttons

I am trying to fix my button click events and right now I have every button reacting the same. I want each button to ultimately do something different. My code currently is: @Override public View ...
0
votes
3answers
46 views

If one button press does something, other buttons pressed should do something else

I have 5 Buttons in an activity. My code should work as follows : 1 (Correct) button pressed it should do something. other 4 pressed, something else should be done... I don't want to used 5 ...
0
votes
3answers
47 views

adding button to android java code

How can I add button into android java code? it is main activity java code: package com.example.pafima_trial; import android.os.Bundle; import android.app.Activity; import ...
1
vote
2answers
62 views

activitythread.performlaunchactivity(activitythread$activityclientrecord intent) source not found

then when i press f8 a i get : ZygoteInit$methodandargscaller.run() source not found <?xml version="1.0" encoding="utf-8"?> <manifest ...
0
votes
1answer
50 views

android.webkit.WebView cannot be cast to android.widget.Button

I was working on a GUI inside of my app. I originally had a crappy look to it that just contained all of the basic stuff to test my java functions in. After I had all the functions up and running I ...
0
votes
2answers
30 views

Holo theme make my button bigger

I have a little concern when applying the holo theme on devices with api >= version 11 My custom buttons get bigger (in height, the width seems to be the same) This is without holo them this is ...
0
votes
2answers
29 views

Android application crashing when adding button in

Right I'm stuck, and very puzzled. I have created an app and it works fine in every other way, however I am having issues with buttons in a couple of the pages. I have copied the java and xml from ...
0
votes
0answers
52 views

My app is just crashing

I just started working with AdMob Using Eclipse, I just successfully Initialized the adView and received the ads.This is done using info on the developers site. My Show Stopper is, I have three ...
0
votes
2answers
33 views

next button in Eclipse

I create an application by eclipse contain 2 activity and i want to go from MainActivity to Activity2 , i create the button but the run didn't work will you help me to fix it If you need my other ...

1 2 3 4 5 62