How can i open a custom ListView on the a choose index in the list
I have a long ListView of textView in an Activity , and i need wh开发者_如何学JAVAen i am moving to the activity with the ListView to open it on the index that been chosen
Thanks for Helping!!!
Send the index via intent and invoke setSelection(index)
on your ListView
.
精彩评论