Hi NumBest,
Let's continue the discussion here, so that other people may also
follow. We can then put the results of our discussion to:
http://code.google.com/p/openintents/wiki/IdeaFavoriteLocations
First of all: let's try to keep the design as simple and
straightforward as possible, but to start with, I'll write down some
random ideas:
I've seen that geo://0,0?q=... could support adresses, so one
possibility is to overwrite Google's contentprovider, so that instead
of a street address, one could also add "home", "work", or some other
favorite place... so this is a possibility.
The URI for the ContentProvider could be:
"content://org.openintents.favorites/locations/"
"content://org.openintents.locations/favorites"
"content://org.openintents.locations/"
Which fields do we need and how do we call them?
- geo (the coordinates)
- label (one or more labels)
- address (optional, street address)
- notes (arbitrary text)
How do you intend to include the security issues you suggested?
If you have any answers to any point, answer, and we'll go step by
step.
In the mean-time I'll set up the Android applications framework so
that we can start coding soon.
Peli