MaterialList
MaterialList copied to clipboard
Programatically setting focus on the list view
Can I programatically set the focus to whatever position on the list I like ? Whenever I build a list and renders it in the app, it focuses on a random item on my list.
mListView.setSelection(index);