Jason Mallet-Prevost wrote: > Ok, I'm running into a hitch. Using setListAdapter() inside my > TabActivity is making Android upset. Is there some other way to > populate a tab with a ListView?
Step #1: Get the ListView via findViewById(), like any other widget Step #2: Call setAdapter() on the ListView Step #3: Drink beer Please, the order of these steps is important -- we don't want any accidents related to CUI (Coding Under the Influence). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.8 Available! -- 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

