*> Can anyone please suggest me the type of android's predefined  timer
> to be used for implementing projectile motion or do I need to write a
> custom timer.*

java.util.Timer
java.util.TimerTask
android.os.CountDownTimer

*Note: I found these by going to developer.android.com and typing "Timer" in
the search box...*

*> Also please let me know  the range of initial velocity V
> which can be used for assumption.*

Seriously?

I would also highly recommend this link:
http://www.catb.org/~esr/faqs/smart-questions.html

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Oct 16, 2011 at 10:13 PM, ruchira <ruchira...@gmail.com> wrote:

> Can anyone please suggest me the type of android's predefined  timer
> to be used for implementing projectile motion or do I need to write a
> custom timer.Also please let me know  the range of initial velocity V
> which can be used for assumption.
>
> --
> 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

-- 
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

Reply via email to