I have a site where, via Android, a user needs to:
- fill in a document (simple html I think).
- the next step would be to sign on the Android.
- the data should be saved into a database inside the site.
Points I should mention:
- the UI should be as simple as it gets
- I am the one who should build the web database
So therefore my idea was :
- the application would open an browser where the user will insert all his stuff into the html.
- the html will save automatically all the data into a class called data.
- the next intent of the application would be the surfaceView (where like a painter the user will sign).
- the surfaceView will be saved into png and with data both will be stored in another class which will be inserted into the server. so in this class would be two files the png one and one contain all the info that was on the html as strings (Jonathan Leffler i hope this one solves my missleading)
- the server will take this class and parse it and save it into tables.
Someone has another idea?
In which language should I write it? I thought Java and Android where the database would be MySQL. Does anyone have another idea?
another idea i have is to change this html file into Android sheet so all the information would be stored on the device and by clicking upload all the information would be sent to the internet site where a server will store it in his database
can someone point what would b a better soloution
note:in my second soultion no internet avilabilty is needed so it can work offline where in the first case its needed .
i would like to her more then on soultion on to peek the best who feets my qulties