Hi All, I have a Tabbed Activity, where there are 3 tabs. Each of the tabs contain different custom views.
On opening the activity, the first tab is displayed. Since the other tabs are not yet selected, the views contained inside them aren't drawn yet. 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. Is there anyway that I can ask that view to draw itself even if it's not in focus? -- 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

