0
votes
0answers
19 views

Jquery issue regaurding getting values from textbox labels

I have the following code for android which needs to send the data of the selected tickboxes when the button is pressed. Currently the code does send all the relevant data if you press on the label to ...
0
votes
1answer
24 views

Android Media player wont work with checkbox?

I have a song playing in the background, and on the next page is a check box. When it's checked I want the music to stay on and it when it's unchecked I want it to stay off. It works fine except for ...
4
votes
1answer
27 views

checkbox state changed when i am scrolling in separated listview

i need to display data in separated list view with check boxes. In that i checked some views, but when i am scrolling, the checked state changed to unchecked. i am using the following class to ...
0
votes
2answers
26 views

Using a CustomAdapter in a ListView, I need to manually check/uncheck the CheckBox. How do I do this?

I feel like this question was posted a thousand times. There are several cases where I get really close to the answer, but it always slips through my fingers. What I want to do is, when I click in a ...
1
vote
1answer
25 views

How can i create a “show notification” checkboxpreferene

How can i create a.simple check box in the preferences screen (a checkboxpreferene) to show a notification?what i mean is that i want enter in my application settings(the preferences screen) and there ...
1
vote
0answers
26 views

Filtering data with checkbox , how should i do it?

Im trying to filter the data I retrieve from a web service and Im trying to do some filtering of the data retrieved based on the category checkbox checked by the users. Here is a sample of my code for ...
0
votes
1answer
29 views

notify activity that checkbox in listview is clicked

I have an activity that contains listview, inside listview rows i have a checkbox in each row. every time i check or uncheck the checkbox the activity should listen immediately and knows how many rows ...
0
votes
2answers
34 views

Pass checkbox data to next activity

I am creating a list of items with a listview with checkbox. I want to pass the checked options to next activity. For this I am using an string array for passing the results to other activity. ...
0
votes
2answers
48 views

Error in using a checkbox between multiple activities

I am trying to write a settings activity in an application on Eclipse. In the Main Activity, it has a button that runs a certain command. In the settings activity, I want to have a checkbox that when ...
1
vote
1answer
35 views

Using Checkbox array in android

I am trying to make a listview with checkbox using listview's built in checkbox method. I have gone through a stackoverflow post and i found it is running properly except one problem. If there are ...
1
vote
2answers
26 views

single selection checkbox issue

Im trying to solve one problem of my project activity , so after googling i found example of single selection checkedbox i applied it but when run it it gave force close , any help to solve that ...
0
votes
1answer
25 views

Why the values added again in my array list in android?

I have a checkbox in my grid view and a button that adds a selected checkbox values in my array list. But when I add the selected items in the array list it also added the previous item I selected in ...
0
votes
2answers
32 views

Automatically check the checkbox that corresponds to the value from the database

I am using a baseadapter for my customize spinner with checkbox that allow the user to choose multiple values. I have an update button in my application, and I need to set the values from the database ...
0
votes
0answers
23 views

Allow notifications or not?

Hey, I want implement option to allow or remoove the notifications at the status bar through the preferences if the checkbox(pref_opt1) is clicked. I have this code for now // prefer ...
0
votes
1answer
35 views

By default which selector is set to Checkbox

I want to modify the default selector to use same drawable for enabled and disabled checkboxes. For that i think i need to override selector for checkbox. I need to use same device specific ...

1 2 3 4 5 61
15 30 50 per page