mysqlデータベースにデータを挿入する必要がある場合は、以下のコードを使用していることを意味します。
PropertyInfo unameProp =new PropertyInfo();
unameProp.setName("userName");//Define the variable name in the web service method
unameProp.setValue(selectedItem);//Define value for fname variable
unameProp.setType(String.class);//Define the type of the variable
request.addProperty(unameProp);
ここでは、addpropertyが使用されています....Androidのmysqlデータベースのデータを更新するためのコードはどのように記述されていますか...助けてください...