I have never noticed such an issue. The only way I can think of that
would cause this to happen would be if your adapter relies on the
order of the getView() calls. Note there is absolutely no guarantee
about the order in which getView() will be called (the position
argument will not necessarily be sequential, incrementing or
decrementing.)

On Sun, Jan 17, 2010 at 8:57 PM, Mike M <[email protected]> wrote:
> Streets of Boston,
>
> Thanks for the reply.  I do have an animation on my GridView, but I
> took it off and still notice the problem.
>
> Any ideas?
>
>
> Thanks
>
>
> On Jan 17, 1:23 pm, Streets Of Boston <[email protected]> wrote:
>> I've seen this too in my app.
>>
>> If you add a layout-animation, that animates the grid-view children
>> (i.e. the grid-items), you can clearly see this reverse order.
>>
>> On Jan 17, 4:03 am, Mike M <[email protected]> wrote:
>>
>>
>>
>> > Hey everyone,
>>
>> > I have a gridview of images that I load from the internet.  When the
>> > phone rotates (or some other config change), onConfigurationChanged()
>> > is called.  When that happens, the items in the gridview are reversed
>> > (meaning, the 1st image is the last; they are in reverse order).
>>
>> > Does anyone know why this is or how to change it?   I'm hoping someone
>> > has run into this before...
>>
>> > Sorry if I don't share any code.  I don't think It'd help; it's more
>> > of a conceptual question.
>>
>> > Thanks,
>>
>> > Mike
>
> --
> 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
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them
-- 
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