ArrayAdapter needs a Context as a first argument. Your code sample sets null as a context. Adapters also do not handle OnItemClickListeners since that belongs to the scope of the ListView / AdapterView. So what do you actually do to get this error message, since it does not look related to your code snippet.
-- 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

