I am VERY new app development, Java, and databasing! I am having a hard time understanding what I can do to save information that has been entered into text fields.
Basically, if a user enter info in to let's say "textField01" - Then another user on another device needs to see that information...or user1 closes the app/browser and needs "textField01" to be populated with that he entered before.
I don't know if there is a need for a "save" or "sync" button but I have one ready to use if you could also suggest a clickHandler for that and what not. If it was done that way, would I need a "load" button as well?
I think the best solution is if someone could direct me to an awesome tutorial dealing with these kinds of situations - or if there is some source code I can see and have explained in detail somewhere.
Every other aspect of my web app works! It's just if you enter in the info and exit the app, your info is gone! Or, if someone else needs to see it it's blank!
HELP PLEASE! and obviously...keep it simple.