Friday, July 12, 2013

Tuesday, July 9, 2013

Android Themes Remove Action/Title Bar

Some people do this by using themes that don't have title or action bars, but this might be in conflict with existing theming requirements. This method is also difficult to apply to multiple SDK levels at the same time, due to inconsistent theme availability.

The best solution so far is to add customizations within each style as described in these answers:

Android Icon Sizes

Current recommended launcher icon sizes in Android:

  1. 48 x 48 (mdpi)
  2. 72 x 72 (hdpi)
  3. 96 x 96 (xhdpi)
  4. 144 x 144 (xxhdpi)
There is also 36 x 36 for ldpi but the OS is able to resize that nicely from the better quality ones.