Hello Stanley,
As for the scafolding that is done by dragging an entity to screen, keep in mind that all the magic that happens on the created screen can be achieved by hand. All the components used are either widgets like table records, or stuff from Rich Widgets. Spend some time analysing them and you'll see that there's a lot to learn there :)
About pagination of the data that is coming form your RESTful API. I would try to first understand if that API supports pagination by itself. If it does, you could try to take advantage of that and try to compose a screen that uses RichWidgets blocks and wirk from there. I can help if you need. If the API itself does not support pagination, I guess that you'll need to go with a local database cache where you same the results.
Cheers
Pedro Cardoso
As for the scafolding that is done by dragging an entity to screen, keep in mind that all the magic that happens on the created screen can be achieved by hand. All the components used are either widgets like table records, or stuff from Rich Widgets. Spend some time analysing them and you'll see that there's a lot to learn there :)
About pagination of the data that is coming form your RESTful API. I would try to first understand if that API supports pagination by itself. If it does, you could try to take advantage of that and try to compose a screen that uses RichWidgets blocks and wirk from there. I can help if you need. If the API itself does not support pagination, I guess that you'll need to go with a local database cache where you same the results.
Cheers
Pedro Cardoso