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?
Working on pretty simple project, but need some guidance.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 6
- Joined: Wed Jul 24, 2013 9:34 pm
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Working on pretty simple project, but need some guidance
URL to the API?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 6
- Joined: Wed Jul 24, 2013 9:34 pm
Re: Working on pretty simple project, but need some guidance
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'.
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Working on pretty simple project, but need some guidance
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?
http://developer.nrel.gov/doc/alt-fuel-stations-v1
Interesting stuff. Seems to be mostly GET - what problems have you encountered using it?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 6
- Joined: Wed Jul 24, 2013 9:34 pm
Re: Working on pretty simple project, but need some guidance
I actually went back and made my way through a couple tutorials and that fixed my problem right quick. Thanks so much!