Posts by user8780 • 68 points
3 posts
-
1
votes1
answer875
viewsA: How to send an object to an Asp.NET C#webservice?
Use Json, let the method receive a string that in this case will be the object and then when receiving this serialized object, just use the proper api of . net to convert to object. public string…
-
4
votes1
answer80
viewsQ: In-app purchases through the carrier
Nowadays in my application I use the in-app-Billing system, but I would like to know if it is possible to make sales and charges for the credit of the user’s device operator. Is it possible? In one…
-
-1
votes1
answer210
viewsQ: error while trying editText.setSelection
I am trying to apply a mask to my Edittext, but when I try to enter a value beyond what is allowed I get the error: 05-20 17:17:23.943: E/AndroidRuntime(1399): FATAL EXCEPTION: main 05-20…