Just a thought, could this be done using the Gallery view?  I've
noticed that the Gallery has a method called "getChildDrawingOrder(int
childCount, int i)" which according to the docs, says "Returns the
index of the child to draw for this iteration."


On Aug 29, 8:30 pm, Sy <[email protected]> wrote:
> Hi,
>
> I have a number of child views, each child is a TableRow and I need to
> be able to change the order of the TableRows, such that I can swap the
> rows into any order.
>
> I know there is a method called removeAllViews() but I don't really
> want to remove and re-create the views if its possible to access and
> change the order.
>
> I really want the display to update as smoothly as possible, taking
> the minium amount of time, is it possible?
>
> Thank you,
> Sy

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