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>

  1. Select items first
  2. Item highlight
  3. Go to next item
  4. Do step 2
  5. 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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -