Need this as a front end and no db is connected on the application. Only consume rest… is there a template or a guide for creating these screens with rest. Do i have to be making DTO objects and creating my view from there and populating the DTO on a before show event and having a delegate to save? is there a better way to do this?
Hello Eduardo!
There is an example of custom DataStore
that uses REST API calls for loading and saving data in List/Detail views, see:
- Application: external-data-sample
- REST service: external-data-service
1 Like