On Thu, Dec 2, 2010 at 3:05 PM, kiros88 <[email protected]> wrote:
> Okay so i guess this kinda makes sense I'm not really sure how am i
> suppose to change my data model. I did
> ((TextView)adapt.getView(0, null, parent)).setText("hello");
> adapt.notifyDataSetChanged();
>
> but nothing changed ?

You did not change your data model. Your data model is whatever is
wrapped by your adapter.

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

_Android Programming Tutorials_ Version 3.0.1 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

Reply via email to