Hello everyone,
I am starting to study for the mobile certification. Just looked into the exam topics. I couldn't find anything about Infinite Scrolling on the Guided Path. Had a look into the documentation and didn't find much either.
Anyone can point me in the right direction pls?
The only documentation that I could find was this. But still trying to look. There is also a lot of discussions in the forum about the infinite scroll or on scroll ending event in mobile lists.
https://success.outsystems.com/Documentation/Best_Practices/Development/Mobile_Data_Rendering?_gl=1*1rigmad*_ga*MTY4ODA4MDcwNC4xNjMzMDc3Njgw*_ga_ZD4DTMHWR2*MTY0MjUyNDg0Ny41LjEuMTY0MjUyNDg3NS4zMg..
You can always do a test and see how that is built in a mobile application.
Regards,
Márcio
Hi Lourenco,If I remember correctly I think they might be referring to the On Scroll Ending of the list element
Thanks @Eric Bulters and @Márcio Carvalho . Yeah i thought about it being the On Scroll Ending action also.
You definitely can create a mobile application, create for instance a page based on a template with some gallery in it so the logic will be automatically done, then you can find out how the logic works.
I had the same issue.
I found some info in the documentation:
-Documentation/ Best Practices/ Development/ OutSystems Mobile Best Practices
(section about "Optimize the Loading of Lists")
-Documentation/ OutSystems 11/Reference/ OutSystems Language/Interfaces/ Designing Screens/ List
Hope it helps.