Tagged Questions
0
votes
1answer
305 views
update android spinner value in mysql database
hi i have to update my spinner value in mysql database means it is not updated...it shows following error on apache console window.
[ERROR] 2
java.lang.ArrayIndexOutOfBoundsException: 2
at ...
0
votes
1answer
625 views
insert selected spinner in mysql in android
Hi i have use following code.
public class InsertionExample extends Activity {
private final String NAMESPACE = "http://xcart.com";
private final String URL = ...
1
vote
0answers
142 views
selected spinner value is updated in mysql db via soap webservice in android
hi i got the solution for selected spinner item is inserted in mysql database through calling soap webservice..thanks for giving nice ideas.but i can't develop update spinner value is save in mysql ...
0
votes
1answer
224 views
insert spinner value in mysql db via soap ws in android
Hi i have to develop the app is insert the database from spinner in mysql database via soap webserices in android application...
i have use below webservice code:
public class Insertion {
public ...
0
votes
1answer
204 views
dropdown value is save in mysql database via soap webservices in android
I wish to insert dropdown value in mysql database via soap webservice in android...if i have to change the dropdown value from my android app means that update value also save in mysql database...how ...
1
vote
1answer
968 views
Get List from .net Web Service on Android
I have .net Web Service and I want to use it on android. This web service's methods return List(Of String) and I didn't get response on android. What can I do ? Here is the code..
I'm working on it ...
0
votes
3answers
545 views
Store data into remote database via web service in Android
I have an Android code that contains 2 spinners and a TimePickerDialog. A user can select any option from each of the spinners and then set a Time. I want to store the option selected by a user and ...
