top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to send data to server in android app development?

+2 votes
264 views

I want to send a json array to server,how I can achieve this?

posted Mar 6, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

JSON API is called as any regular url, like this one
http://tech.queryhome.com/json-request/check-login

Just create an API at the server and call from the client that should suffice.

Hope I understood the problem correctly.

answer Mar 7, 2016 by Salil Agrawal
Similar Questions
+3 votes

I want to fetch details of particular objects inside my activity.How can I get it.

+3 votes

I want to send a file (video) from android to server and vice versa. And I want the setup to work for N number of devices (more than 1). I assume we can use socket, yet I am not sure if using Socket for this requirement is the best way. Thanks in advance.

+1 vote

I working on a project which needs adding a service with JNI to the system server and also a new daemon in init.rc script. I have successfully done this.
I might need the system service to periodically send SIGUSR1/2 signals to the daemon. Linux requires a sender of signals to be root. Do I have this privilege inside system server in Android?

...