I have Android ListView that holding some items, the flow that I’am trying to do:
- Select first item
- Highlight item
- move to next item
- do step 2
- Loop step 2 and 3 until last step
the only input from user is to start the above flow.
The list is actually steps that holding HTTP requests, when the user click on play button, the steps inside the list will be executed one after one until all the list will be done,
while the list is being played, I need to highlight each item.
Any Idea?
I’m not sure what you are trying to achieve, but you can try the following code: