Click here to Skip to main content
15,887,683 members

Comments by priyanshbhaliya (Top 70 by date)

priyanshbhaliya 9-Dec-17 3:52am View    
can you please share connection code and connectionstring?
priyanshbhaliya 15-Jul-16 22:49pm View    
what Problem or error you got in code??
priyanshbhaliya 12-Jul-16 0:59am View    
use parcelable then Serializable it is easy to implement and gives you better performance then Serializable
priyanshbhaliya 12-Jul-16 0:56am View    
can you give logcat info of error???
priyanshbhaliya 8-Jul-16 22:42pm View    
hi , What you want to send to asmx service then add parameter to CreateMember and at android side add property
pi.setName("pid");
pi.setValue(pid);
pi.setType(String.class);
request.addProperty(pi);