<http://stackoverflow.com/questions/11555786/how-to-initialize-a-content-provider-uri-this-uri-retrieves-data-from-webserver#>
 
  
i'm creating an app whereby the data is retrieved from a MySql DB located 
in a webserver the data is queried by a PHP script and returns the data in 
form of a JSON object then a matrixCursor is created to handle the data 
retrieved and send it to the content provider to be used for queries how do 
i initialize the URI i understand that The uri is supposed to be a path to 
records in your database so how do i specify the path to the webserver DB. 
I've been searching on the internet but most examples and tutorials on 
android content providers are on contacts and locally based sqlite 
databases but i haven't found one that involves a remote DB so if any one 
would help me out i would really appreciate. 


-- 
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

Reply via email to