How to pass on all the items automatically in Android ListView? -
I have an Android LIVEview, which is holding some items, I'am is trying to do this: / P>
- Select items first
- Item highlight
- Go to next item
- Do step 2
- Loop The last step for steps 2 and 3
The user has input from the user to start the above flow.
The list actually achieves the steps that hold the HTTP request, when users click the play button, the steps inside the list will be executed one after the other until all the list will be done , While the list is being played, I have to highlight every item.
Any thoughts?
I'm sure what you are trying to achieve, but you can try the following code Are:
int itemsInList = myList.getAdapter (). GetCount (); (Int i = 1; i & lt; items inelist; i ++) for {myList.setSelection (i); }
Comments
Post a Comment