Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
188 views

I am developing an android app with a web app loading on WebView. I want to invoke the web app button actions. I have implemented some changes on webpage to invoke native methods as shown below. ...
Malhotra's user avatar
  • 251
0 votes
1 answer
130 views

I have trouble whit the web service API i have prestashop 1.7.6.4. When i generate an API key for my store android app i just get some products (like 20 products) and i don't get the other products ...
Yàs Sine's user avatar
0 votes
2 answers
466 views

CustomStringRequest customStringRequest = new CustomStringRequest(requestMethod.ordinal(), serverUrl, result -> { Log.d(TAG, "headers: " + result.headers); ...
Abdul Salam's user avatar
2 votes
1 answer
629 views

I am using node.js web server by heroku and android client for web socket.io communication I want to receive server message whenever it send to client Android, even the Android screen off so I am ...
lee du's user avatar
  • 69
0 votes
1 answer
210 views

I'm trying to use geolocation to get the lat/lon coordinates and use them to fetch weather data using an API, but the android view finishes before it can update the coordinates. It ends up using 0.0 ...
user7025727's user avatar
0 votes
1 answer
1k views

I'm calling a restful api on my android project and I used Volley and JsonObjectRequest, I thought that the third parameter of the JsonObjectRequest which is jsonRequest are the api parameters so I ...
Kevin Bryan's user avatar
  • 1,882
2 votes
2 answers
1k views

I have created a REST web service using SSL, i.e., https://api.bmcstudios.org The endpoint that I am trying to hit is: GET https://api.bmcstudios.org/member The expected response is { "members"...
Brandon's user avatar
  • 1,421
0 votes
1 answer
713 views

I am using an API (https://developers.gfycat.com/api/) that uses the typical OAuth flow to grant developers access to API requests. I am able to successfully simulate the entire process of getting an ...
Isaac Perez's user avatar
0 votes
0 answers
48 views

globally, I have the following object: public class Geraet { public long Geraetenr { get; set; } public int Typ { get; set; } public string Platz { get; set; } public string ...
Sam's user avatar
  • 185
1 vote
0 answers
147 views

I am building a new Android App which has an Oracle Database as its Datasource. I already have an Soap Webservice running on an weblogic server which can accept request from the client and send back ...
student's user avatar
  • 21
2 votes
0 answers
641 views

I'm developing an Android app and I need to POST data to a service (SAP Hybris marketing). For doing that I first get the CSRF token from the service and then I try to post JSON data using the token ...
Pie's user avatar
  • 47
0 votes
1 answer
85 views

Now I want to add some data to the server using Http Request when i add this data with hardCoded value it works will and give me a Response code 200 but when it come from the user it comes with 500 ...
mostafa zaghloul's user avatar
0 votes
0 answers
48 views

I want to register users in android application using web service in mysql database. I am using below code in php side: <?php header("Content-type: application/json; charset=utf-8"); require_once("...
FarSoft Group's user avatar
4 votes
0 answers
3k views

I am Using Retrofit 2. The Issue I am facing is: The first response is coming late after eating up all the timeperiod mentioned in connectTimeout. And after the first call all the other webservice ...
Pravinsingh Waghela's user avatar
1 vote
1 answer
2k views

I have asp.net webservice call in android but it gives error baseUrl must end in /. This is my url private static String url = "http://192.138.0.100/Client.asmx?op=Client_Login"; //create ...
bhoomika patel's user avatar
0 votes
1 answer
57 views

The method sendMessage(View view) runs on clicking a button. The method is being called successfully because t.setText("Checking..."); changes the text to Checking... as expected. The issue ...
Mathews Mathai's user avatar
0 votes
1 answer
135 views

I'm using a Odoo service. And I have 3 fragments in my application. In each fragment I need log to service: OdooClient odoo; odoo = new OdooClient.Builder(getActivity()).setHost(host).build(); ...
Augusto's user avatar
  • 4,283
-2 votes
2 answers
2k views

I wanted to fetch the images from the URL but the whole code is clean but there is no output i am getting. what should i do. I used the whole code from this URL http://www.sanktips.com/2017/10/15/...
Tabish Shaikh's user avatar
4 votes
2 answers
678 views

Does AsyncTask works simultaneously or first come first served manner? . For example i've 3 AsyncTasks that have same interface class and same listener functions. Executing 3 AsyncTasks at same time....
SARATH V's user avatar
  • 500
4 votes
1 answer
6k views

I am looking to leverage my NodeJS+SocketIO server application with a new Android based client Application. Currently I'm using a okhttp3 for Websockets in Android. but I want to use WebSockets with ...
Sumit Pansuriya's user avatar
0 votes
2 answers
585 views

I am calling a web service HTTPS connection from Service class which is called by alarm manager in every 1 min.When i start service it is working fine i am getting response from web service until ...
shyam002's user avatar
  • 335
0 votes
2 answers
733 views

I am using Retrofit for REST API calls. I want to check some APIs in Postman but some Web service APIs send input data in Custom Object form.Unable to find how to test it in Postman or online . ...
Harsh Bhavsar's user avatar
1 vote
1 answer
2k views

W/System.err: org.json.JSONException: Unterminated array at character 12 of [ClassPojo [feed [{"id":0,"businessId":0,"businessName":"Farbinder","businessLogoUrl":"https:\/\/d1e6yi6s3cx2ur.cloudfront....
user1918566's user avatar
1 vote
1 answer
47 views

Unable to set cast from url in program. MainActivity to MoviesActivity and further my program goes as shown below. Can you tell me how to set images also. I am still learning. Screenshot public ...
R.H's user avatar
  • 318
-1 votes
1 answer
905 views

I have tried out many ways like using async task and default download manager, but, I ended with downloading a file (I believe that it is downloading file. php instead of the requireddownload.pdf ...
Jüst Ganesh's user avatar

1
2 3 4 5