Changes

Using Fragments in Android Studio - A Kotlin Example

235 bytes added, 18:12, 26 November 2017
no edit summary
[[File:as3.0_fragment_add_layout.png]]
[[File:as3.0_fragment_layout_1.png]]
[[File:as3.0_fragment_layout_2.png]]
[[File:as3.0_add_fragment_to_layout.png]]
[[File:as3.0_fragment_layout_list.png]]
[[File:as3.0_fragment_unknown.png]]
[[File:as3.0_fragment_ui_finished.png]]
[[File:as3.0_fragment_example_running.png]]
== Summary ==
The goal of this chapter was to work through the creation of an example project intended specifically to demonstrate the steps involved in using fragments within an Android application. Topics covered included the use of the Android Support Library for compatibility with Android versions predating the introduction of fragments, the inclusion of fragments within an activity layout and the implementation of inter-fragment communication.