Posts

Showing posts from December, 2020

"Next" or "Skip" ?

Image
Think before you place any button in the UI. "Next" and "Skip" should behave differently.  

Display Cutouts

Image
Android support  Display Cutouts  since Android 9 (API 28). However, still many applications didn't consider Display Cutouts in their design, causing view components covered by the Status Bar. Display Cutouts used to be in the middle of the top edge. But there are more and more devices having the cutouts at the top corners. Developers should pay more attention when testing.