I am trying to follow an eclipse and android tutorial from ibm. The source code from the tutorial is giving me an error that says ContentURI cannot be resolved to a type..
here is the source code line...
ContentURI theContact = new ContentURI(android.provider.Contacts.ContactMethods.CONTENT_URI.toURI());
eclipse wanted me to fix it by either creating a class an interface or changing it to ContentUris
I tried the last one w/no luck so was looking for some advice.