After creating an app of a scrollable list of 50 buttons, all of which lead to a different screen (different Lua file), my boss asked me to create the buttons dynamically in a drop down menu and have the titles be pulled in via external JSON file. Is this even possible in Corona SDK?
So I guess it’d be a dropdown menu widget that says “Select a condition”, then you’d tap on it and 50 buttons would appear, each with a different title that it pulls from a JSON file, and each button would lead to a different screen.
I can’t find any tutorials on this, so I’m not sure if Corona SDK can do it or not.