Posts by Laura Suciu

Android: How To Change Hint’s Size

Snippets, Solutions
If you need to set a smaller hint for your edit text, you can set the hint this way: myEditText.setHint(Html.fromHtml( "<small><small><small>" + getString(R.string.hint) + "</small></small></small>")); Also, you can set the…

ListView Empty Message

Solutions, Tutorial
When I first needed to set a message on a ListView that was empty, I tried different methods, but none of them worked, except the one that I will describe…

Android: RecyclerView Tutorial

Tutorial
Hi,  in today’s tutorial I will show you how to create a list with the newest widget presented at Google I/O 2014, RecyclerView. Also I will show how to add…

Android Google Maps Api v2

Tutorial
I finally decided to make a new post about the latest way of integrating Google Maps in Android applications. Please note that Google Maps Api v1 is now deprecated and…
keyboard_arrow_up