Hello Group,

Happy new years!

My problem is this. I have a ListActivity with a custom arrayadapter.
The only thing I modified in the arrayadapter is the getView(). Just
telling how to show each item...right pretty simple.

However here is the problem, when I change the orientation to
landscape, the data inverts, which I don't want. When the phone is in
portrait mode, this list displays correctly. How do i fix this?

This is what I mean by inverting.

Lets say I have this in the data.
Blah 1
Blah 2

If I go to landscape mode the data would look like
Blah 2
Blah 1

Any Ideas why this is happening? Am I supposed to override another
method in the arrayadapter besides the getView() to stop this from
happening?

Thanks.

-- 
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