i tried everything but nothing worked for me and it drives me crazy. In my project i tried to load a recyclerview with data of my local php server and it worked. I also was able to send a postrequest with location values to my server and got a filtered result as response. The result ..
Category : response
im trying to send the users location to the server and use it as value to filter my database. It worked when i use the code below and i also get a filtered result as string back. @Override() protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); /** LocationManager to get Longitude and latitude of the user*/ LocationManager ..
in my MainActivity im getting a String with a Serverresponse. Ive tried a lot to use this string like split it up as an array and then use it in livedata to get it in my recyclerview but it dont work what ever i tried. It drives me crazy. My response code i get the ..
i have a project where i send some values like latitude and longitude to php and get response back. The response filtered the database for some specific values like lat and long. I get a server response and in my LOG it shows me the values, but now I don`t know how to send this ..
I am trying to get response from a SOAP webservice but the response is always coming null. Even the parameters passed are working when calling the same service in desktop. The links used are all correct which are working in other codes. Example of response coming: <NewDataSet><record><id>10553</id><errormessage>Record(s) Inserted Successfully.</errormessage</record></NewDataSet> public class PVAsyncCall1 extends AsyncTask<String, Void, ..

Good evening. I have a question. I use rxjava to connect server. When I request to server it returns me empty response with success (200) code. How I handle this issue. Source: Android..
I’m trying to get requests on charles from a android device. I’m able to get the response without forticlientssl vpn is connected on phone. Once connected it just doesn’t receive any requests on charles. i have spent two days already to find solution on this website but nothing have worked so far. Can someone give ..
Hello sorry for my not good English. I have a question, i want the app to do this thinks when recieve a call.. Take the number Run a online link with the number ( API ) If the response is not empty, show the response to name field. Source: Android..
I made a website for Grocery and products and now i want to make an app. So, I searched for it and came to know about web view in android studio but the issue is the app process is very slow its like loading as it loads in website but the only issue is you ..
in my Android project i need to use one of my viewmodel’s response in another fragment. But whenever i try to get that value it is always null. I tried to get it from its own fragment with livedata and it works!. But it is not same for another fragment. Here my viewmodel code that ..
Recent Comments