I’m having a go at generating a random business buzzword based on a couple of tutorials. The first effort works quite well as it makes a list based on something static that I’ve already typed in. Voila
That was pretty simple. So moving on from this I wanted to remove the static list then add another screen where the user can add items to a list. So, start with nothing, add items to the list and display them on one screen. Switch back to the first screen then randomly display one of these choice phrases from the user inputted list after a button press.
I had a look at the very good To Do list by @darren and that looked pretty useful. I am struggling with how to join these two parts together. I think it is a lack of understanding with the language . For speed here is that code copied straight fro the video tutorial
I think I need to pinch the to do list code because I know it works . That makes a list. Then use that list to pick a random line from that list. I think its close but I am not sure how to stitch it together. I’ve had a go and managed to lose a few hours. Nows the time to get a bit of guidance / Get my monkey’s under the table
Ta