Posts by Deivison Cardoso • 95 points
3 posts
-
0
votes1
answer451
viewsQ: Slowness during JSON List Conversion using Jsonfactory
I have a problem of slowness with a process that boils down to: receive from a Webservice a JSON, convert the JSON to a Class and INSERT into a local database (Sqlite). I am using a Collector…
totalcrossasked Deivison Cardoso 95 -
6
votes1
answer127
viewsQ: PUT and DELETE methods with Httpstream?
Can anyone tell me if it’s possible to use the HttpStream with the methods PUT and/or DELETE? HttpStream.Options options = new HttpStream.Options();…
-
3
votes1
answer133
viewsQ: How to extract an attribute of type totalcross.util.Date from a JSON
I’m using a webservice that gives me a list of an Object in JSON, and I’m trying to use Jsonfactory to extract the information from JSON to a List. HttpStream httpStream = new HttpStream(new…
totalcrossasked Deivison Cardoso 95