Page 1 of 1
Working on pretty simple project, but need some guidance.
Posted: Wed Jul 24, 2013 9:47 pm
by KenjiBeast
Alright, my intention is to make an application for android that divines your location automatically via GPS and shows you the closest natural gas utilities using a govt. sponsored API. Maybe even provides navigation, if that's at all possible.
I really don't know where to start getting something like this integrated with the app in question. Where should I look to for help?
Re: Working on pretty simple project, but need some guidance
Posted: Wed Jul 24, 2013 9:50 pm
by FourthWorld
URL to the API?
Re: Working on pretty simple project, but need some guidance
Posted: Wed Jul 24, 2013 9:54 pm
by KenjiBeast
FourthWorld wrote:URL to the API?
It won't let me post up URLs, since I'm quite new. It's the first result if you google 'alternative fuel stations api'.
Re: Working on pretty simple project, but need some guidance
Posted: Wed Jul 24, 2013 10:47 pm
by FourthWorld
Is this the link?
http://developer.nrel.gov/doc/alt-fuel-stations-v1
Interesting stuff. Seems to be mostly GET - what problems have you encountered using it?
Re: Working on pretty simple project, but need some guidance
Posted: Thu Jul 25, 2013 9:12 pm
by KenjiBeast
I actually went back and made my way through a couple tutorials and that fixed my problem right quick. Thanks so much!