Talks about what the requirements are for someone who aspires to gets hired as one.
Link: http://gigaom.com/2013/04/16/how-to-hire-data-scientists-and-get-hired-as-one/
My online tech scrapbook where I keep my notes in case I need to look them up later
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:
- 48 x 48 (mdpi)
- 72 x 72 (hdpi)
- 96 x 96 (xhdpi)
- 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.
Subscribe to:
Posts (Atom)