About Store Forum Documentation Contact



Post Reply 
custom GPS app for mobile platforms
Author Message
yvanvds Offline
Member

Post: #1
custom GPS app for mobile platforms
Hi,

I got an enquiry to write an app that works as a sort of gps app, but meant to play specific sounds at fixed locations. I don't have a lot of spare time to write it and since I'm more fluent in C++ compared to java and objective C, I was wondering if esenthel might be the solution.

The parts i am unsure about are these:

GPS: I see it's on the roadmap for android, but what about iOS? I would work on this during the summer, so is there a good chance that this is implemented by then? And if not, could you PM me about the cost for this feature? :-)

File storage: The app would be downloading images and sound from a server, but they should be stored for offline use. I read on the forums that android can only write to the application directory. Is this correct or can I also store files on another location, like an SD card? And how about iOS again?

Regards,

yvan
02-21-2013 01:32 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: custom GPS app for mobile platforms
Hi,

GPS: okay I'll send you the details on PM

File storage: on Android you can store in many places, in application folder, internal and external sd card.
on iOS you can only write in application folder.
02-22-2013 07:52 PM
Find all posts by this user Quote this message in a reply
Post Reply