Currently I had not been been able to find decent examples describing the context provider and context resolver relationship. If I were to write my own context provider then I would know what url and what other specific information such as its data types in order to consume the information.
I would assume however, that there are several applications on each one of our Androids already that provide information that can be readily consumed. How would we know about a 3rd party's content provider. Usually these programs that we grab through the market are void of documentation on their application that they are providing. I was under the assumption that I could look at what is currently available perhaps through the Dalvik Debug Tool when it is loaded up, but that doesn't seem to be the case. Just trying to get a feel for how to approach reusability, much like consuming web services online. If someone is already providing a consumable function for me, why code one up. ~ JFrog "Debugging is twice as difficult as coding something the first time. Therefore, if we make our code as cleverly as possible, then by definition we are not smart enough to debug it." On Jan 20, 5:24 pm, JFrog <[email protected]> wrote: > How does the developer know about the information that exists within > the Android phone? If there are 70 applications that exist on the > android phone, surely some of them have some ContextProvider > capabilities. In order to interact with the information that they are > providing, we as the developers would need to know the correct > parameters to pull on that data. > Is there a program similar to the concepts behind the UDDI within > the phone structure that lets the user know what activities are > running, what contexts are provided...etc.? > > ~ JFrog > "Debuggins is twice as difficult as coding something the first time. > Therefore, if we make our code as cleverly as possible, then by > definition we are not smart enough to debug it."
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

