On Sun, Jun 27, 2010 at 11:24 AM, Dave Germiquet <[email protected]> wrote: > Sorry for not providing enough information, at the time I didn't know > I thank you for responding to my message :) Here is the information > that was required. > > I don't get the stack trace because it doesn't mention anything about > my code, it just complains see the information at the pastebin url > below; > > http://pastebin.ca/1890459
My guess is that you are passing in an invalid layout ID to your ArrayAdapter constructor, or possibly that it cannot identify a TextView to use inside those layouts. Make sure that R.layout.newsgridtypeitem and R.layout.newslistcategoryitem are kosher. You might temporarily switch to android.R.layout.simple_list_item until you get things rolling. Though I am still working on the same three hours' sleep that I was earlier today (cotton pickin' jet lag...), so your mileage may vary. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

