-
Listening to EditText input in Android using TextWatcher.
Hello all……. In todays post I will show you how to listen to an EditText input in Android. Often we need this in our applications. We implement this with the help of TextWatcher class. Here is the java code for […]
-
Gradient Text in Corona
To create gradient text in corona, you have to download ‘Corona daily build 612’ which has functions like setFillColor() etc. You create a new gradient object by calling graphics.newGradient(). You can pass (and reuse) the object in calls to text:setTextColor() […]
-
How to change the textColor in Corona SDK?
This is really simple in Corona, just use textObject:setTextColor( 255,255,255 )
-
TextSwitching animation in ANDROID or Using TextSwitcher Control in ANDROID
Hi all….. Today I will show you how to do a simple and beautiful text animation while switching the text in a textView in android The advantage is that you don’t need a seperate xml file for animation in this […]