Posts tagged android
Must Watch Android: Technically Speaking's Droidcon Hangout

Last week on June 10th, Chiu-Ki Chan hosted the Technically Speaking Droidcon hangout and spoke with the organizers of Droidcon NYC (Kevin Galligan), Droidcon Stockholm (Erik Hellman), and Droidcon London (Natasha Borsos and Shivam Gadhia). The topic was speaking at Droidcon (which you probably guessed already).

If you want to speak, you should watch/listen to this hangout, even if you are not thinking specifically about Droidcon.

Also for those out there with super short attention spans or just want to scan, I took notes on the different segments of the conversation.

Read More
Things You May Not Know: Tools Attributes

You may have seen an extra namespace, xmlns:tools="http://schemas.android.com.tools", in layout files generated by Android Studio. Adding this namespace to your layout provides you access to attributes, the Tools Attributes, that add metadata to resource files, that facilitate manipulating, rendering, and testing layouts in Design view, and (while I do not condone excess of this kind of behavior) that suppress certain Lint warnings (but only if you have a good reason for ignoring them, she nags). 

Read More