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 = ...
0
votes
1answer
167 views
android selected spinner value is update in mysql via soap webservice
Hi i have to update the android selected spinner value in mysql database...here i have to developed insert the android spinner value in mysql database successfully.here the below code is used.
i have ...
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 ...
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 ...
