Hi everybody!!
Im working with Data Bases (SQLite) in Corona SDK and I have a question.
I know how to show one query (local sql = “SELECT * FROM zipcode”, for example)
My problem is, I would like that the user can select one zipcode from the table for use in other storyboard and save this line in other Data Base.
How can I show a “better” view of the data? (TableView?)
How can I implement a “Radio Button” inside storyboard? (I think that Corona SDK haven’t support to create widget inside storyboard )
Is possible create a widget inside the Storyboard? (If this option is possible I know how to send to other storyboard)
I couldn’t find examples/code about it
Thanks in advance
Regards!