Re: [android-developers] Rearrange listview item on visit

2016-02-17 Thread TreKing
On Fri, Feb 12, 2016 at 1:37 AM, Ashish John wrote: > How to shift list view item to downwards once viewed. > For eg. my ListView have data 1,2,3,4,5,6,7,8,9,10. & at a time 2 item are > visible. > User visits 1,2,3 & 4 > Now, I want to update the list item as

[android-developers] Rearrange listview item on visit

2016-02-11 Thread Ashish John
How to shift list view item to downwards once viewed. For eg. my ListView have data 1,2,3,4,5,6,7,8,9,10. & at a time 2 item are visible. User visits 1,2,3 & 4 Now, I want to update the list item as 5,6,7,8,9,10,1,2,3,4 so that user may get the rest of the data first. -- You received this