I'm new to android.I'm developing an app in which I'm trying to find north direction of my device anyone who can solve my problem it would be great full.thanks in advance..
The example given in Android's API demos actually uses deprecated API's. The answer & following comments to this question were very useful to me, as it gives example code using non-deprecated funcionts: How to get Android compass reading?
example code can be found here: http://www.netmite.com/android/mydroid/cupcake/development/samples/Compass/src/com/example/android/compass/CompassActivity.java
Compass example from Android examples
Related
How can I build an app that will put a spectacle on the face that is being shown (similer with facebook messanger's feature)? If I can identify the location of the eye , after that how can I make my own spectacle sticker ?
Checkout this very good face detection API by Google
https://developers.google.com/vision/android/face-tracker-tutorial
And you can also find and example of the above API in the same documentation.
Here is another stack overflow thread on the same.
https://stackandroid.com/tutorial/android-face-detection-example/
I have taken below screenshot from the sample app of Google face detection API. It's pretty easy and straight forward
Hope that helps
I'm a beginner in Android. I want to display Mathematical and Science Formula.
I have heard abt the jqMath, I did lots of search on it. But I couldn't find out how to use it actually. So Please help me out to use it.. Its basic Steps n all..
Is it what you want?
Using jqMath in Android application
Or here:
https://www.google.com.ua/webhp?q=jqmath%20android%20example
I am beginner in android and I want to start a face feature detection program
I have already tried OpenCv but its too hard to handle. I want to know if there is any simple API that I can use
I recommend that you examine the basic article about Face Detection.
Then you can already see examples of code github. Good luck in your endeavor.
In addition, I easily found this article in Google and sample code was at the end of this article. I would recommend you to read about searching on the Internet.
I finally found what I really meant
it was the easiest and the best API for facial feature recognition and also face detection with happiness and open eyes probability
you can see here
A project is assigned to me, in which i need to use ARToolKit. But i am much confused on how to use it, how to get started with ARToolKit.
Is it the same as metaio, vuforia and total immersion ? Please help me get started with it. I would be thankful to start if some startup tutorials and sample examples on ARToolKit is provided..
Any kind of help would appreciated...
Here is the ARToolkit demo provided on Google Code which might guide you Check Out
Also check out the documentation here
For Android:
You can give a try to droidAR
droidAR
For iOS
You can give a try to VRToolkit.This app uses ARToolKit plus to detect markers on the video frames and then overlays 3D objects following the movements of this marker.
You can scan all 4096 BCH marker as well as thin based Marker after setting corresponding property to YES.
VRToolKit github
I'm a new Android Developer and I have been researching on this topic for over 2 weeks before resorting to asking this question on SO. A lot of the code I've found that does routing are all in KML which is not supported anymore.
I'd be most grateful if someone could provide me examples or working code to go about doing this and please note that I am a beginner android developer.
Thank you so much.
You can see my post here, it shows you how to get Directions from JSON instead of KML since it is not supported anymore.