Android Master Detail Flow - Select first item in list on tablet only
问题 I created a new app relying on the default "Master Detail Flow" template, chosen in the "New Project..." dialog of Android Studio. Then I adapted the application to fit my needs and my data. Works like a charm on handhelds and tablets. The only thing I want to achive ist to autoselect the first item in the list, showing the detail view and setting the list item as selected. In the "ItemListFragment" I called the "onListItemClick(...)" method in the overwritten "onStart()" method. This had