Before coming to Corona, I used Eclipse with Android’s SDK to create a test application. The design part was easy because there was drag and drop functionality. Coding was nasty though.
My test application is simple and just converts a number to either Celsius or Fahrenheit. I need a text box, a label, 2 option buttons and a button.
When I enter a number in the text box, I select one of the option buttons, click the button and the result appears in the label.
Coding for Corona is simple but how do I get the objects to appear in the simulator without drag and drop? Are there native APIs for placing objects in the simulator? Are there examples available?
I am using Corona SDK in Windows.
– Frederick [import]uid: 139742 topic_id: 24445 reply_id: 324445[/import]
