|
Discussion group Favorite locations(Peli) Let's define the basics before hacking this into an application, like URI (if necessary), and which data should be stored internally and which are exposed. (NumBeast) the uri for favorite locations could be in the form of content://org.openintents.locations/favorites This way we can define additional classes of locations later. A sample application that uses this framework would let the uesr make a route and name the waypoints, and then give the user directions to follow that route. Useful links
|