In what format are you serving the data from your MySQL+PHP web service? I 
assume the data you want to access is available and in a proper format, 
JSON for instance. 

To perform web requests in Android it is strongly suggested that you are 
using an AsyncTask 
(https://developer.android.com/reference/android/os/AsyncTask.html) in 
order to perform the web request in the background of the UI thread. 

However, please see the following documentation from the android developer 
training to learn how to perform the actual web request. 
https://developer.android.com/training/volley/request.html


On Saturday, December 12, 2015 at 4:27:28 AM UTC+1, Probas Ranjan wrote:
>
> hello buddy's  can anyone help me on how to create web api for android 
> application. i have a remote database which in mysql and php. i want to 
> retrieve data in my android application. it's will be very great to me if 
> anyone help me, if is there resource link please help me    
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/627f032b-a8e2-4f15-85b9-e5b9dd67bcd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to