Changes

Jump to: navigation, search

A Kotlin Android Studio Master/Detail Flow Tutorial

196 bytes added, 18:40, 27 November 2017
no edit summary
[[File:as3.0_master_detail_tablet.png]]
[[File:as3.0_master_detail_portrait_both.png]]
== Creating a Master/Detail Flow Activity ==
[[File:as3.0_master_detail_template.png]]
[[File:as3.0_master_detail_object_kind.png]]
[[File:as3.0_master_detail_webview.png]]
== Modifying the WebsiteDetailFragment Class ==
[[File:as3.0_master_detail_running.png]]
== Summary ==
A master/detail user interface consists of a master list of items which, when selected, displays additional information about that selection within a detail pane. The Master/Detail Flow is a template provided with Android Studio that allows a master/detail arrangement to be created quickly and with relative ease. As demonstrated in this chapter, with minor modifications to the default template files, a wide range of master/detail based functionality can be implemented with minimal coding and design effort.

Navigation menu