Hi,
I'm learning to use Appery and I'm doing some test.
I've created an app with a list. Then I've created a service to retrieve data from my site. Testing the service (created by mine and uploaded on my webspace) and generating output from the test doesn't raise any error.
Here's the result:
[
{
"descrizione":"Avvocato Abbinante Maria ",
"codice":"306"
},
{
"descrizione":"Avvocato ABRAMO DANIELA",
"codice":"316"
},
{
"descrizione":"Avvocato Acerbo Massimiliano",
"codice":"209"
},
{
"descrizione":"Avvocato aiello anna maria",
"codice":"310"
},
{
"descrizione":"Avvocato Aiuti Alessandra",
"codice":"333"
},
{
"descrizione":"Avvocato Andrianopoli Gianluca",
"codice":"312"
},
{
"descrizione":"Avvocato Angioni Roberta",
"codice":"276"
}
]
Then I add the service to the "data" tab on the startScreen , binding the collection to the listitem and "descrizione" to the text.
I also created a event executing the service on the "Load" of the stratScreen.
But, when I test the app I get no elements in the listitem... any idea about the reason, please ?
Any help would be very appreciated.
Thanks a lot.
Bye.