Apply Material Theme to Activity Dankers July 28, 2016 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... Read more »
Get display information using DisplayMetrics, in Multi-Window Mode Dankers July 27, 2016 The class android.util.DisplayMetrics is a structure describing general information about a display, such as its size, density, and font sc... Read more »
onConfigurationChanged() called when window size changed in Multi-Window Mode Dankers July 26, 2016 Last post show that onMultiWindowModeChanged() will be called when your app change from Full screen mode to Multi-Window Mode, or reverse .... Read more »
Detect and check if your app run in multi window mode Dankers July 25, 2016 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... Read more »