I want to trace the trajectory from the point of data in Android.
what method should I use for this ?
to know the displacement of an object I need to determine a trace from the point that I have already determined on Android
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/DrawPoints.html it shows the basics of drawing, all you need to do is draw a whole bunch of lines right? all you need is a xi and yi and then a xf and yf to draw it.