my Android project is that i have made contact list into Spinner and after that i put one by one my contacts into Listview.i want that my spinner contact will not be repeated in the listview.i want to put some check point before to listview execute.what should i have to do?? PLEASE HELP ME
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...