[codenameone-discussions] Re: Loading and Interaction of a Map from Web Service

2019-07-26 Thread Shai Almog
Hi, you can use fetchAsPropertyList() which automatically fills up the business objects for you. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] Re: Loading and Interaction of a Map from Web Service

2019-07-26 Thread rdvg1962
Hi, The following code shows how I solved the problem, *I need to know if there is a simpler way to do it.* Response jMenu = Rest.get(SERVER_URL + "usuario/busquedaMenu").queryParam("token", Preferences.get("token", null)).acceptJson().getAsJsonMap(); if

[codenameone-discussions] Re: Loading and Interaction of a Map from Web Service

2019-07-26 Thread rdvg1962
Hi, Thank you Mr. Shai, but how do I solve the problem that the information arrives in a single record? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an