开发者

How can i open a custom ListView on the a choose index in the list

开发者 https://www.devze.com 2023-03-01 19:07 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消