Hi, what I am trying to do is to display an item on text on the screen and then following the user input chage that text to the next/previous item.
I have created a string arry with all the items in (xml) I have then called the array in the Java code and set up the OnclickListners. My problem is that I don't know what is write in the switch case(s) to make the screen display the next/last item in the list.
Any suggestions?