I need to save the NMEA strings that I receive from GPS provider. I'm searching for a safe way to save these strings, that i receive almost every second, on a file; is there a way to save block of data, for example every 5 seconds ? Is there a way to have a mechanism like databases to be sure of the writing in case of application crashing ??

My idea was to use BufferedOutputStream but I know that is not efficient to write and flush every string that i receive.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You don't have a concrete example in code so here is where to start. Content Providers have what you're looking for and several additional options. If you have an example in code that you've tried, post it here if you'd like specific help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.