logoalt Hacker News

daemonologistyesterday at 4:11 PM1 replyview on HN

Thanks, but I was interested more in the cross-app communication aspect rather than the data formats ( https://codeberg.org/comaps/comaps/wiki/Content-Provider ).

I once looked into building an app which piggybacked on CoMaps/OSMAnd's data (saving the user from having two copies of their maps, and me from having to duplicate the UI to manage them), but found that in modern Android it was basically impossible for even the user to access data/files that "belong" to an app, without rooting the device.


Replies

diggernetyesterday at 5:43 PM

Thanks for the reminder that ContentProvider is the Android term I couldn't remember when I wrote my other comment here.

And the reminder that I should have added this to my list:

3. A ContentProvider app for OSM map data, so that apps can share the same offline map data.