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
Post a Comment