This video show how to apply Android provided Material Theme to your Activity. - Edit values/styles.xml to add a new style inherits from And...
Get display information using DisplayMetrics, in Multi-Window Mode
The class android.util.DisplayMetrics is a structure describing general information about a display, such as its size, density, and font sc...
onConfigurationChanged() called when window size changed in Multi-Window Mode
Last post show that onMultiWindowModeChanged() will be called when your app change from Full screen mode to Multi-Window Mode, or reverse ....
Detect and check if your app run in multi window mode
This example show how to detect and check if your app run in multi window mode, target Android N with Multi-Window Support , by calling isIn...