Re: [android-developers] Animated ImageView within RelativeLayout Question

2012-07-19 Thread TreKing
On Tue, Jul 17, 2012 at 4:02 AM, chillydk147 chillydk...@gmail.com wrote:

 Hi, I was wondering is the attached image possible to do when animating an
 image from left to right, that rather than stopping at the right, the image
 continues again from the left side, any insight would be great.


Looks like two separate images derived from the original, using a subset of
the drawing area based on the image's location. Create two images, do some
math, and draw where appropriate.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Animated ImageView within RelativeLayout Question

2012-07-19 Thread chillydk147


https://lh4.googleusercontent.com/-ZzWCA1GSanM/UAUp_KEWrQI/AAM/-sqOf01sIbA/s1600/illustration.png
Hi, I was wondering is the attached image possible to do when animating an 
image from left to right, that rather than stopping at the right, the image 
continues again from the left side, any insight would be great.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Animated ImageView within RelativeLayout question

2012-07-19 Thread chillydk147


https://lh3.googleusercontent.com/-5-zE5yuKOBU/UAUk-_VWR1I/AAM/irga48GoQ6I/s1600/illustration.png
Hello all, I have question relating to an Aminated ImageView which for 
example will move from left to right with a RelativeLayout, my question is 
that when the ImageView reaches the right side of the Layout, that rather 
than stop it continues to move again starting from the left hand side so 
that at some point my screen would display something like the attached, any 
insight or suggestion on how this could be done would be great, I already 
know how to animate the ImageView, it's just the right/left transistion 
that has me lost.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en