i want to show list of items which contains lables and edittext to edit and checkbox to checked that list item, and store that checked list item data in database
i want to show list of items which contains lables and edittext to edit and checkbox to checked that list item, and store that checked list item data in database
Hi Dev,
Here is a brief plan for it:
Create generic service. That will produce response for all needed list items.
Details: http://devcenter.appery.io/documentat...
Add list to the page.
Add needed components inside list item.
Add 1st step service datasource on the page.
In response mapping - create links to populate list with data like you need.
Also you can pass following tutorial to understand how to work with list:
http://devcenter.appery.io/tutorials/...
Regards.