Categories
android morsels

Monthly Android Morsels [December 2015]

Tips and Tricks for December 2015: Hyphenation in Android TextView – In API 23, Google introduced hyphenation for TextViews. Hyphenation is the term used for breaking up of words when they can’t fit on one line. There is a whole bunch of technical stuff involved in it and it can differ between languages. To take advantage […]

Categories
android morsels

Monthly Android Morsels [November 2015]

Just a small list of things related to Android development that I have found useful this month. Hope you find them useful too! Android Design: A nice new way to edit your theme and see its effect in Android Studio. Click Tools -> Android -> Theme Editor Android XML optimisation: Tired of creating dummy text […]