On Tue, Sep 7, 2010 at 4:57 PM, Bret Foreman <bret.fore...@gmail.com> wrote:
> Here's the code where I set the resource:
>
>                tableListAdapter = new
> ArrayAdapter<String>(this,R.id.chooseTableRowTextView);
>                setListAdapter( tableListAdapter );
>
> Note that R.id.chooseTableRowTextView = 0x7f070004 and is a TextView.

That's wrong. You need to be using an R.layout.somethingoranother there.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://skillsmatter.com/go/os-mobile-server

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to