Tagged Questions
0
votes
0answers
15 views
Android - Unable to POST on localhost
I have made a server over GAE, Launched it on a machine with IP address 192.168.1.4 and listener is set at port 8888.
I have made the required changes for opening its content on my android fone.
I ...
-1
votes
1answer
16 views
Web service (.net ), not working as expected
I've programmed ( actually followed a tutorial ) simple web service in android, using Ksoap libary. But it seems that it doesn't work well. Below is my simple code:
public class MainActivity extends ...
-2
votes
0answers
8 views
How to fetch specific data from web-services database using SqlLite3 in android apps [on hold]
I have tried to many query to fetch specific column's data from webservice but I can't understand how to make it possible? In my code it is fetching whole data. I want some specific Chapter's(chapter ...
-5
votes
0answers
28 views
can we make webservices for an Android app in PHP using WAMP [on hold]
Can we create web services to fetch data from server and then to client side, using PHP in WAMP?
I have WAMP installed on my PC and I usually work on WAMP. I do not know, if we could do this, if yes ...
-2
votes
1answer
22 views
Need help on Google Webservices for android [on hold]
I need webservice for getting all the POI near by the given radius .
Thanks in advance
-1
votes
2answers
41 views
Connecting Android to web service
I'm making an Android application which is now supposed to connect to a previously made localhost web service. Things aren't going very well. I have the following code:
public void proben()
{
...
0
votes
0answers
15 views
Web Service Android Application : Cannot serialize 1.0
P.S : I have looked at similar questions but haven't been able to understand what to do. They talk about using a marshal class, which I can't seem to understand.
I am creating an Android application ...
1
vote
0answers
23 views
The Code works fine but the app crash on Emulater and try it on my phone too .. what's wrong?
this is a soap call for web service on the server , it should returns the name and "HELLO" world with it ... but keep giving me a FORCE-STOP and quite from app:
public class MainActivity extends ...
-1
votes
0answers
20 views
weblogic server on java with jersey deployment [on hold]
I just wrote a simple restful web service in java following a few tutorials online. Ive used oracle web logic server in eclipse on local to test my web service using my android app I wrote. Everything ...
0
votes
1answer
17 views
Fetch Specific Data from SQLite Webservice Database by column name in Androide
I have code which is fetch data from whole databse by using this query.
public Cursor getQuestion()
{
return databasesql.query(TABLE_QUESTIONS, new String[]{COLUMN_QUESTIONS}, null, null, null, ...
1
vote
4answers
55 views
Json Web Service Data Retrieval
How to retrieve JSON web service data for android? I'm currently trying to retrieve event data in JSON format and display it but i'm not really sure how should i do it. But somehow i just can't run in ...
-2
votes
3answers
43 views
How to retrieve Json Web Service data for Android [on hold]
How to retrieve JSON web service data for android?
I m currently trying to retrieve event data in JSON format but i'm not really sure how should i do it.
0
votes
1answer
17 views
How to prevent duplicate request in soap object?
I have faced a very weird problem by using Soap object in android. I am running a background thread which will take care of sending data to server periodically. Here i am using Soap web service for ...
0
votes
2answers
58 views
<app-name> has unforunately stopped
i am a novice on android application development. I am trying to link a demo android application to a java servlet which is hosted on an apache tomcat server.
I followed the steps of the tutorial ...
0
votes
0answers
11 views
Connecting an android app to an aps.net web service locally
I'm developing an Android application which I am now trying to connect to a web service that I made in asp.net C#. I have this service locally and can run it on localhost anytime.
This is very new to ...