Web service is a system that enables applications to communicate with an API. Web service helps to expose business logic through an API interface where different systems communicate over network.
Questions tagged [android-webservice]
217 questions
-3
votes
1 answer
Error (android.os.NetworkOnMainThreadException) while downloading images from the server showing in ListView using AsyncTask
I am facing some problem while downloading images from the server and showing in the ListView using AsyncTask in Android.
It showing me error that downloading the images are in the Main (UI) Thread But I am using the AsyncTask for that…

hasnain_ahmad
- 325
- 6
- 17
-3
votes
1 answer
What is the best way to consuming a Webservice from android
Have a nice day
I have a webservice which returns a complex array of byte[] of images from database, when i use the tester on internet the result is fast even when I get more of 7 or 10 images.
On android I'm using a gridview to show up the images…

Luis Interiano
- 11
- 3
-4
votes
1 answer
How to call Login Web Services in Android
I am new in android and try to develop android application for login system. I have written web services in Java for login and call it in android but I am not able to call these web services in android please help me.
My Java Web Services:-
public…

Deepak Panchal
- 27
- 5
-4
votes
2 answers
Fetch Huge data from server using Android
I have an Android app that fetches huge amount of data from a Mysql server, i'm using php to fetch data.
Using Volley library for network request.
Suppose of i have 100 names
I want my app to load data in modules like 10 at a time. once 10 names are…

Mohsin Shaikh
- 33
- 6
-4
votes
3 answers
How Can I parse this Json object in android?
Hello friends i am new in android . and i am trying to execute json but i dont knw how to parse this json responce.. please help me
thanks in advance .
json responce…

nirmal
- 11
- 3
-5
votes
2 answers
My Android app does not work other than wifi connection
I have given user permission in manifest
app works well with wifi but it doesn't work with mobile data…

Sathish Kumar
- 1
- 3
-7
votes
1 answer
how do i made POJO class for it and get value from this POJO class
Hi i got JSON response from Server as below i have have posted.
i want to know how can i use this JSON class to as GSON with POJO in my class.
i am unable to get value from the post.
how do i made POJO class for it and get value from this POJO…

Vasudev Vyas
- 1
- 2