SlideShare a Scribd company logo
Migrating your app to
Android N multi window compatible


Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Samsung Android N
Multi Window in Android N
source: http://arstechnica.com/gadgets/2016/03/this-is-android-ns-freeform-window-mode/
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
The foreground lifetime of an activity
… During this time the activity is
in front of all other activities and
interacting with the user.
The foreground lifetime of an activity
… During this time the activity is
in front of all other activities and
interacting with the user.
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
onPause()
onStop()
onDestroy()
onCreate()
onStart()
<activity

android:name=“.MainActivity"

android:configChanges=“screenSize|
smallestScreenSize|screenLayout|orientation"/>
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N










Multi Window in Android N
Multi Window in Android N


Multi Window in Android N




Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Task B
Task A
FLAG_ACTIVITY_NEW_DOCUMENT
or
FLAG_ACTIVITY_NEW_TASK
Intent
<activity
android:name=".UnresizableActivity"

android:resizeableActivity="false"

android:taskAffinity="" />
Unresizable
Activity
Task C


System default
Customized


<activity android:name=".AdjacentActivity"

android:label="@string/adjacent_activity"

android:launchMode="singleInstance"/>
Intent intent = new Intent(MainActivity.this, AdjacentActivity.class);

intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK

| Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT);

startActivity(intent);
Multi Window in Android N
<activity ..>



<layout android:defaultWidth="320dp" 

android:defaultHeight="500dp"

android:gravity="top|start"

android:minimalWidth="320dp"

android:minimalHeight="500dp" />



</activity>


Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N




Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N
Multi Window in Android N

More Related Content

PDF
Android N multi window
PPTX
Android n preview
PDF
Android workshop - 02. Glass development 101
PDF
FOWA2013: The rise of single page applications
PPTX
Make your app dance with MotionLayout
KEY
Building Drupal Apps for Distributions
PDF
Android JET Navigation
PDF
Activity
Android N multi window
Android n preview
Android workshop - 02. Glass development 101
FOWA2013: The rise of single page applications
Make your app dance with MotionLayout
Building Drupal Apps for Distributions
Android JET Navigation
Activity

What's hot (20)

PDF
접근성(Accessibility)과 안드로이드
DOCX
4.preference management
PPTX
Droidcon: Sean Owen: Driving Downloads via Intents- 29/10/2010
PPTX
Lightning Talk - Xamarin
PPTX
Android Bootcamp Tanzania:Overview of android platform
ODP
Joomla multi effect modal box
PPTX
Android App Development 20150409
PPTX
Android Wear Presentation
PPTX
Mobile deep links testing: keep calm and stay focused, Діана Пінчук
PPTX
Android Flash Development
PDF
Nokia Asha from idea to app - Imaging
PPTX
Developing AIR for Android with Flash Professional CS5
PPTX
Pinned Sites IE 9 Lightup
PPTX
Google-IO-Presentation
PDF
Android Layout 3分クッキング
PPTX
Languor
PPT
Android Installation Testing
PDF
Move Into Motion Layout
PDF
Тестирование аналогов инсталлируемых приложений (Android Instant Apps, Progre...
접근성(Accessibility)과 안드로이드
4.preference management
Droidcon: Sean Owen: Driving Downloads via Intents- 29/10/2010
Lightning Talk - Xamarin
Android Bootcamp Tanzania:Overview of android platform
Joomla multi effect modal box
Android App Development 20150409
Android Wear Presentation
Mobile deep links testing: keep calm and stay focused, Діана Пінчук
Android Flash Development
Nokia Asha from idea to app - Imaging
Developing AIR for Android with Flash Professional CS5
Pinned Sites IE 9 Lightup
Google-IO-Presentation
Android Layout 3分クッキング
Languor
Android Installation Testing
Move Into Motion Layout
Тестирование аналогов инсталлируемых приложений (Android Instant Apps, Progre...
Ad

Viewers also liked (11)

PDF
ExoPlayer for Application developers
PDF
PublishSubject
PDF
Material Design with Support Design Library
PDF
RxJava in Action
PPTX
Subject in RxJava
PDF
Android Studio 2.2 - What's new in Android development tools
PDF
(안드로이드 개발자를 위한) 오픈소스 라이브러리 사용 가이드
PDF
Anatomy of Realm
PDF
Realm과 RxJava
PPTX
Fundamental rights of indian constitution
PDF
Realm 코딩카페 - 이종찬
ExoPlayer for Application developers
PublishSubject
Material Design with Support Design Library
RxJava in Action
Subject in RxJava
Android Studio 2.2 - What's new in Android development tools
(안드로이드 개발자를 위한) 오픈소스 라이브러리 사용 가이드
Anatomy of Realm
Realm과 RxJava
Fundamental rights of indian constitution
Realm 코딩카페 - 이종찬
Ad

Similar to Multi Window in Android N (20)

KEY
Android app development basics
PDF
Android N Highligts
PPTX
04 activities - Android
PDF
Invading the home screen
PDF
The Mighty Power of the Accessibility Service - Guy Griv, Pepper
ODP
Android Sunumu
PPTX
Lecture #1 Creating your first android project
PDF
Android: the Single Activity, Multiple Fragments pattern | One Activity to ru...
PDF
Android UI Reference
DOCX
STYLISH FLOOR
PDF
Data binding 入門淺談
PPTX
GDG GeorgeTown Devfest 2014 Presentation: Android Wear: A Developer's Perspec...
PDF
Android JetPack: easy navigation with the new Navigation Controller
PDF
How to use data binding in android
PPTX
Unit-1.2 Android-Activities, Fragments, and Intents (1).pptx
PDF
Vlad Nedomovniy "Navigation with less pain"
PPTX
Introduction to Android Programming
KEY
Design Patterns for Tablets and Smartphones
PDF
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)
Android app development basics
Android N Highligts
04 activities - Android
Invading the home screen
The Mighty Power of the Accessibility Service - Guy Griv, Pepper
Android Sunumu
Lecture #1 Creating your first android project
Android: the Single Activity, Multiple Fragments pattern | One Activity to ru...
Android UI Reference
STYLISH FLOOR
Data binding 入門淺談
GDG GeorgeTown Devfest 2014 Presentation: Android Wear: A Developer's Perspec...
Android JetPack: easy navigation with the new Navigation Controller
How to use data binding in android
Unit-1.2 Android-Activities, Fragments, and Intents (1).pptx
Vlad Nedomovniy "Navigation with less pain"
Introduction to Android Programming
Design Patterns for Tablets and Smartphones
MAD Unit - 2 Activity and Fragment Management in Android (Diploma IT)

More from Taeho Kim (6)

PDF
Kotlin: Let's Make Android Great Again
PDF
레진코믹스가 코틀린으로 간 까닭은?
PDF
Support Design Library
PDF
Material design for everyone
PDF
Notifications for Android L & wear
PDF
[Hello World 천안아산] 안드로이드 입문
Kotlin: Let's Make Android Great Again
레진코믹스가 코틀린으로 간 까닭은?
Support Design Library
Material design for everyone
Notifications for Android L & wear
[Hello World 천안아산] 안드로이드 입문

Recently uploaded (20)

PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
top salesforce developer skills in 2025.pdf
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
ISO 45001 Occupational Health and Safety Management System
PPTX
ai tools demonstartion for schools and inter college
PDF
Digital Strategies for Manufacturing Companies
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
Transform Your Business with a Software ERP System
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
System and Network Administration Chapter 2
PDF
AI in Product Development-omnex systems
PDF
medical staffing services at VALiNTRY
How to Choose the Right IT Partner for Your Business in Malaysia
Design an Analysis of Algorithms I-SECS-1021-03
top salesforce developer skills in 2025.pdf
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
CHAPTER 2 - PM Management and IT Context
VVF-Customer-Presentation2025-Ver1.9.pptx
How to Migrate SBCGlobal Email to Yahoo Easily
Odoo POS Development Services by CandidRoot Solutions
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Operating system designcfffgfgggggggvggggggggg
ISO 45001 Occupational Health and Safety Management System
ai tools demonstartion for schools and inter college
Digital Strategies for Manufacturing Companies
PTS Company Brochure 2025 (1).pdf.......
Transform Your Business with a Software ERP System
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
System and Network Administration Chapter 2
AI in Product Development-omnex systems
medical staffing services at VALiNTRY

Multi Window in Android N