PJEstrada / droidar

Automatically exported from code.google.com/p/droidar
0 stars 0 forks source link

ARGo example source code #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I had some questions about the ARGo sample project. I wanted to create an app 
that combines two ideas from these to videos

http://youtu.be/brlNkKmw8IY
http://youtu.be/fEd0HORzStQ

I want to create an app that will allow arrows(instead of hexagons) to 
represent different locations. So when users click on the arrows, a simple 
alert dialog box will appear that will allow users to get more information 
about the location.

1)I was wondering if there is any sample source code of the ARGo.apk that I can 
look at to get an idea of how it works? Which setup do you recommend for this 
type of project?

2)If wanted to overlay a simple dialog box similar to the one in the ARGo 
example, should I use the DroidAR framework or should I use a surfaceview on 
top of a camera preview window?

Thanks

Original issue reported on code.google.com by KKus...@gmail.com on 12 Apr 2012 at 5:33

GoogleCodeExporter commented 8 years ago
1) The difficult thing in ARGo was the api connection to gowalla, displaying 
the loaded locations is easy, just wrap them with your datastructure, use the 
icon as the representation (and maybe add some visual candy;). I would use my 
own subclass of DefaultARSetup for this.

2) This dialogs which you can see in the video are created with the stuff in 
the simpleUi package in the DroidAR project. See 
http://www.youtube.com/watch?v=tMLi3OVEUCY&feature=player_embedded to get an 
idea how to use SimpleUI. Dont use a surfaceview on top, use a separate 
activity if you want to do your own ui stuff. see the SimpleUI activity and the 
flags in the manifest. The trick is to make the activity transparent to not 
pause the ARActivity.

Original comment by simon.heinen on 17 Apr 2012 at 10:49

GoogleCodeExporter commented 8 years ago
So the source for ARGo isn't available, right?

I'd like to look at it to extend it to connect to custom POI servers instead of 
gowalla, building a generic API for it.

Original comment by marcu...@gmail.com on 1 Mar 2013 at 2:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi Simon,
        I am working on geobased marker in AR. I googled for ARGo source code ,but did not find.please send the ARGo sourec code. I have spent the 3 weeks in this problem. Please help me.

Original comment by mohdirfa...@gmail.com on 23 Dec 2014 at 7:12