[android-beginners] Re: Animation help

2009-05-16 Thread Sheepz

Thanks Cass, I'm still not sure I get it though, right now I have a
pretty elaborate view structure (
http://3.bp.blogspot.com/_NiIT7LXuBv4/Sg7dQ48P2TI/CNk/q-LDoKhUkVk/s1600-h/layout.jpg
)
Are you suggesting that I replace one of these views with a viewgroup?
how would you integrate it into this layout?
Thanks,
E.
P.s.
I've tried playing around with the bringToFront() method of the card
imageview and it didn't help...

On May 16, 6:46 am, Cass Surek cass.su...@gmail.com wrote:
 This is just a suggestion because I've never done it, but you could
 try to use a ViewGroup and fiddle with the

 addView and removeViewAt methods

 which will provide you with an index to reorder things.

 More details 
 athttp://developer.android.com/reference/android/view/ViewGroup.html

 Good luck!

 Cass

 On May 15, 8:46 pm, Sheepz eladk...@gmail.com wrote:

  Hi, I've posted this on android developers and got no answer so i was
  thinking maybe somebody here knows:
  I want to be able to make an imageview move from point a to b while
  going through several different views.
  For example, say I have a table layout, is there any way an imageview
  can move from the topleft cell to the bottomright cell?
  Everything I tried seems to indicate that an imageview will only be
  shown in it's own container - none of it's parents, siblings or
  children will show it.
  Is that correct? is there any way around it? like creating an overlay
  or a transparent canvas on top of the entire thing so I can do it?
  thanks,
  Sh.


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



[android-beginners] Animation help

2009-05-15 Thread Sheepz

Hi, I've posted this on android developers and got no answer so i was
thinking maybe somebody here knows:
I want to be able to make an imageview move from point a to b while
going through several different views.
For example, say I have a table layout, is there any way an imageview
can move from the topleft cell to the bottomright cell?
Everything I tried seems to indicate that an imageview will only be
shown in it's own container - none of it's parents, siblings or
children will show it.
Is that correct? is there any way around it? like creating an overlay
or a transparent canvas on top of the entire thing so I can do it?
thanks,
Sh.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] The Share Menu for pictures

2009-01-08 Thread Sheepz

Hey guys, i want to make an app that sends pictures to facebook and i
wanted to know how i can attach myself to the share menu (context menu
for pictures - share picture via: messaging, Gmail, etc..)
anybody knows the api i need to attach myself to?

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