On Tue, May 17, 2011 at 1:42 PM, Kumar Bibek <[email protected]> wrote:
> I have a situation where, I need to do something on the View2 (that > is under the 2nd tab) on some event of the first tab without switching the > tabs. But since the View2 hasn't been drawn, I can't do that right now. > Why would you need to redraw the second view if it's not visible? What are you trying to do that requires the view to first have been drawn? Without knowing more, my first guess would be at invalidate(). ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

