Hi,
I read
this thread and was wondering how much functionality would be possible, while an App isnt Connected to a network?
Some of my questions could be stupid or not make sense in this context, but I am still trying to wrap my head around the concept.
- How much of the functionality could be located on the device itself?
- Could I build an App running allmost exclusively offline, collecting Data, running some calculations and then at critical moments or at the users command upload data to an external server in the web or a network?
Let me give you an example what I am getting at...
Runner App
- collects GPS data on the device
- calculates the distance the user ran
- calculates the calories used
-
- when the user stops for more then 1 min gives a sound and if a certain action isn't taken a prewritten message is sent to some server or person.
It is assumed the device isn't connected to any kind of network until it tries to send the messsage( GPS connection excluded).
Would something like that be possible?
Thanks in advance :)