Re: [android-developers] how do you add an item in a list if a user presses yes button in an alert dialog box and don't add it if he presses no

2011-07-21 Thread TreKing
> > how do you add an item in a list if a user presses yes button in an alert > dialog box and don't add it if he presses no This is very vague ... so ... um ... do exactly what you describe. If you have a better explanation of which part of this you're actually stuck on, you'll likely get better

[android-developers] how do you add an item in a list if a user presses yes button in an alert dialog box and don't add it if he presses no

2011-07-21 Thread Arif Nadeem
Hello everyone, I am making an app in which if a user selects a submenu item I pop up an Alert dialog which asks his confirmation whether he wishes to save that item in his list and saves it if he presses yes and doesn't add it if he presses no. -- You received this message because you are subscr