animation - Android animating a compound component on a loop -


i quite new android have fair amount of experience in xaml space when comes ui , mobile devices.

i want create scene when user clicks button/types command, add new compound component scene, not want animate x/y coordinates desired positions onto screen. compound component made of imageview , textview , around 125x125 in size.

my question is, best/common method creating looping thread in android such can iterate on x number of compound components in scene , incrementally change x/y coordinates?

i have seen people extend thread these seem in conjunction surfaceview hoping avoid using (for simplicity).


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -