Changes

Jump to: navigation, search
no edit summary
With the basics of Android multi-window support covered in the previous chapter, this chapter will work through the steps involved in implementing multi-window support within an Android app. This project will be used to demonstrate the steps involved in configuring and managing both split-screen and freeform behavior within a multi-activity app.
== Creating Creating the Multi-Window Project ==
Start Android Studio and create a new project, entering MultiWindow into the Application name field and ebookfrenzy.com as the Company Domain setting before clicking on the Next button.
[[File:as3.0_multiwindow_first_activity_ui.png]]

[[File:as3.0_multiwindow_second_activity_ui.png]]
[[File:as3.0_multiwindow_choose_second_app.png]]
[[File:as3.0_multiwindow_enable_freeform.png]]

[[File:as3.0_multiwindow_app_in_freeform.png]]

[[File:as3.0_multiwindow_app_split.png]]
[[File:as3.0_multiwindow_app_both_freeform.png]]


Navigation menu