[android-developers] Re: Text blinking effect TextView

2010-07-31 Thread Doug
Try posting a series of delayed messages or runnables to a handler that alter the TextView in sequence as you need. On Jul 29, 9:21 am, Huynh Ngoc Vu Nguyen wrote: > Please let me know! How to make text blinking effect in TextView? > I am using Android SDK 2.2. -- You received this message beca

[android-developers] Re: Text blinking effect TextView

2010-07-30 Thread Zsolt Vasvari
I can't give you code as I don't have any. I simply suggested how I would approach the problem. Modify the existing code to, instead of flipping to views, it hides and shows one. You will have to do the coding work, sorry. On Jul 30, 4:28 pm, Huynh Ngoc Vu Nguyen wrote: > Hi, > > Thanks for y

Re: [android-developers] Re: Text blinking effect TextView

2010-07-30 Thread Huynh Ngoc Vu Nguyen
Hi, Thanks for your answer! But I don't know using ViewFlipper to make blink effect for Text in the TextView. Can you give me the demo code? Thanks! Best, Nguyen, 2010/7/30 Zsolt Vasvari > Probably not easily. If I were to do something like this, I'd start > with the source code to ViewFlip

[android-developers] Re: Text blinking effect TextView

2010-07-29 Thread Zsolt Vasvari
Probably not easily. If I were to do something like this, I'd start with the source code to ViewFlipper and modify it. On Jul 30, 12:21 am, Huynh Ngoc Vu Nguyen wrote: > Hi all, > > Please let me know! How to make text blinking effect in TextView? > I am using Android SDK 2.2. > > Thanks, > Best