Hi,
I was wondering if it is possible to make a how to video about the bubble sort shown in this video ( Codeless Programming - Debugging Codeless Logic) of you guys on youtube.
I tried to replicate it but there is to much i don’t know yet.
It would be a fun little project.
Thanks in advance,
Thomas
1 Like
Hello @Thomas_Vandergraesen
Welcome to our community and thank you for trying out Backendless.
Thank you for contacting us, this is an interesting idea, I created an internal ticket (BKNDLSS-27384) to implement bubble sorting using the UI Builder.
Regards,
Vladimir
Hi Thomas,
Here’s a quick implementation of the bubble sort visualization:
https://www.backendless.us/api/files/ui-builder/containers/support/index.html?page=bubblesort
I will put together a write-up with the implementation details.
Regards,
Mark
Hi Mark,
I’m still trying to do it on my own but so far its not going anywhere. I’m just going to finish your masterclass series on youtube.
Are you planning to post it on the blog? once you’ve written the implementation details?
Regards,
Thomas
Hi Thomas,
Here’s a write up describing the implementation:
In this recipe, I will walk you through the logic for sorting a list with the bubble sort algorithm. To make it more fun, the work of the algorithm will be visualized on a page built with UI Builder.
Here’s the final result:
https://www.backendless.us/api/files/ui-builder/containers/support/index.html?page=bubblesort
User Interface
The UI of the page consists of a control panel and a Block component where the sorting of the list is visualized. Let’s review that block component configuration…
Regards,
Mark
Thank you for the detailed explanation Mark. I’ll start with it right away!
Regards,
Thomas
Hi is this example offline? Just tried to click it and didn’t get a response… Thanks!
Hi @William_Lee ,
Yes, this example now offline. Sorry for inconvenience.
I have created internal ticket BKNDLSS-27563 for this issue.
Regards, Andriy
It looks great btw… very cool example.