[android-developers] removing items from listview and array list problem

2012-03-04 Thread minnie me
I have this code i am used to pass an array list to another page and show it as a listview. When the list shows up, i want to be able to check an item and remove it at button click which will modify the array. public class Oppout extends Activity { int selectedPosition; /** Called

[android-developers] Re: EditText input into array

2012-02-29 Thread minnie me
got it..i put it after the button click now..and i don't have tiime to learn java first..i need to do both. thanks On Feb 29, 8:27 am, TreKing treking...@gmail.com wrote: On Wed, Feb 29, 2012 at 12:53 AM, minnie me mgm...@gmail.com wrote: This is my new updated code, it prints out blank input

[android-developers] Re: EditText input into array

2012-02-28 Thread minnie me
It doesn't store array and allow me to display it on click On Feb 28, 8:45 am, TreKing treking...@gmail.com wrote: On Mon, Feb 27, 2012 at 9:45 PM, minnie me mgm...@gmail.com wrote: Add more button and storing to array doesn't quite work Would you explain what doesn't quite work means

[android-developers] Re: EditText input into array

2012-02-28 Thread minnie me
()); } }); On Feb 28, 12:54 pm, TreKing treking...@gmail.com wrote: On Tue, Feb 28, 2012 at 11:46 AM, minnie me mgm...@gmail.com wrote: It doesn't store array and allow me to display it on click That's still quite ambiguous. Read the link I gave you, then please try again

[android-developers] EditText input into array

2012-02-27 Thread minnie me
I have an input box (EditText1) 1. that i want to keep adding values and save them to an Array 2. then when am done, i can click the done button and it can take me to the next screen and I can display the values or call the values of the array.. this is what i have so far 1. Done Button Works 2.

[android-developers] Re: check box states

2012-02-27 Thread minnie me
thanks, it work On Feb 23, 10:45 am, chanakyaraichur chanakyaraic...@gmail.com wrote: Instead of checkbox.ispressed() Use !checkbox.ischecked On Feb 23, 2012 8:32 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 21, 2012 at 9:39 PM, minnie me mgm...@gmail.com wrote: Am trying

[android-developers] check box states

2012-02-23 Thread minnie me
Am trying to get the count of how many check boxes are selected and if you de-select one, it's suppose to update the counter to -1..So if i select 4 check boxes and it says check less = count 4...then i pick 3 and the counter=3..this is what i have: // ---CheckBox 1--- final CheckBox