I am doing an activity with the listview
.
If the listview contains A B C D E... and if the user scrolls the listview and downloads the first two items of listview will be hidden like this C D E F G...
Hence the hidden item should be viewed at the end of the list like this C D E F G A B (like this). I have to show while scrolling, I don't have any idea about this, please help me.
Please, give some reference or example to implement this function thanks in advance