Hi everyone, I am new to thunkable and trying to create a ‘communicator app’ where users can tap a ‘start/stop’ button, record a short message, name them, save them in local storage on the app, and access them in a list view. (On the list view screen it adds the new recording each time)
Wondering if anyone can help or has any examples of such apps that use audio recorder?
I figured out how to do the recording (below), but I am stuck on how to store it and present it on a list screen. Any insight is greatly appreciated!