I am trying to develop an application in Codename One where I have built a form to accept name, phone number, address and save all these information to the persistent storage using a submit button. Now the problem is to save all these details the user has to open the application and press the "add new details" button, only then the user can enter the values. Is it possible to add a shortcut of the "add new details" button on the homescreen so that the user don't need to open the application every time he/she tries to add a new entry? The user will just click on the "add new details" button present on the homescreen of his/her phone.
I am trying to develop this application for android, iOS and windows platforms.