How do I make inputs on a mobile app populate a database when i fill in two inputs and press send
Posted: Mon Oct 14, 2013 8:28 pm
by John Curtis
I have two inputs that are filled out and then a report button that I want the two inputs to populate the DB once the send button is pushed. a DB already created, has the two inputs.
How do I make inputs on a mobile app populate a database when i fill in two inputs and press send
Posted: Mon Oct 14, 2013 8:46 pm
by Maryna Brodina
Hello! You can add DB service for adding items to DB (here is an example in tutorial http://docs.appery.io/tutorials/build...), map request parameters to Input controls, invoke the service on button Click event.