Raskeep / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 0 forks source link

help start building a new app using opengps #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi.

I'm a new developer to Android (nexus one, to be exact) and was looking to 
use this project as the starting place for my app.  I used the subversion 
plugin for eclipse to grab a copy of the project (I assume it's the read-only 
version?), but I can't figure out the folder system (i.e., tags vs. trunk vs. 
branch vs. src vs. release names) to know where to begin adding my features.  
And trying all of them in my emulator (API level 7), none of the java feels 
seem to show anything useful.  The best I could get is a Hello World screen.  
Any help getting started would be appreciated.

Alyssa

Original issue reported on code.google.com by alyssa.r...@gmail.com on 8 Feb 2010 at 6:48

GoogleCodeExporter commented 9 years ago
The trunk/OpenGPSTracker/trunk/application and trunk/OpenGPSTracker/trunk/test 
are 2
Eclipse projects. Both directories contain a AndroidManifest.xml in the root.

There is a depenency on OI About from the OpenIntents project. You need that 
project
too. They have lots of nice Android stuff, check out
http://www.openintents.org/en/node/191. 

The whole project is runs on the 1.5 and up version of Android, API lvl 3. That 
also
includes the G1, the Hero and Click and all those devices.

Good luck and just sent me an email if you have any questions.

Rene

Original comment by rcgr...@gmail.com on 10 Feb 2010 at 8:31