Monthly Archives: December 2010

Scrabblet version 1.1.0 released

I released the second version of Scrabblet (A word assistant application for Android mobiles) today. This includes addition of a new feature to display word scores against search results, UI facelift to improve usability and few performance tweaks.

New main screen for Scrabblet Pro

Have a go at the free version using the QR code below or going directly to the Android Market on your phone!

QR code for Scrabblet Lite

Click through to read the full change log.
Continue reading

How to specify maximum length for EditText in Android

Often you might want to limit the number of characters a user can enter into your EditText control in Android. There are two ways to accomplish this:

  1. Using XML (e.g. layout or style)
  2. By code

Continue reading