*> I was just going through the below tutorial *
The link you gave isn't a tutorial...  It is just a class.  There is a huge
difference.

*> got a little confused on how to use this code because the class in the
below example url is not extended by activity base class*
You are correct.  It inherits from the Animation class:
http://developer.android.com/reference/android/view/animation/Animation.html

*> so how do i consume it*
This doesn't really make sense, but if you are wondering how to use it, it
is an "Animation that can be applied to Views, Surfaces, or some other
objects" (quote taken from the link above)

Also, the API Demos provides a sample class that uses this:
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Transition3d.html

I'm a little surprised that you didn't find this example considering that
you get to both of these links by doing the following:

   - Go to developer.android.com
   - Click on the Resources link
   - Click on the API Demos link
   - Click on the Animation link
   - This page has both the link you gave me and the link I gave you with
   the example of how to use it


Hope that helps,
Justin

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Wed, Jul 21, 2010 at 4:15 PM, Amit Sood <sood.is...@gmail.com> wrote:

> Hello Experts,
>
> I was just going through the below tutorial and got a little confused
> on how to use this code because the class in the below example url is
> not extended by activity base class, so how do i consume it
>
> Please advise
>
>
> http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/animation/Rotate3dAnimation.html
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow at
> http://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

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

Reply via email to