Hi all, I released a program that (for now) simply outputs data that is pulled from a web API, which it polls at regular intervals. The data is output in a Gridview, where each row contains a LinearLayout with multiple TextViews. The updated value is in the second TextView, in a Spannable.
My question is: when I update the data, is there a way I can tell either the TextView or the Spannable to flash and notify the user that the data has been updated? I would like it to flash orange for some amount of time then go back to the default state (though I'm not picky about how it flashes). Is this a method/feature that is already done, or do I need to get fancy with threads? Thanks, jsdf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

