I am starting to develop a vocabulary app out of necessity without good prior knowledge of the tools that I will have to use. Please excuse the nooby question: your answers, even short and vague, will save me lots of time...
The app is supposed to store entries made by user (words) and display them for learning purposes. Once the words are entered from a mobile device, the database should be accordingly updated on PC. If the entries are made from PC, the database is updated on the mobile phone. What is an adequate way to implement this? If written in C# with SQLite, the database file would have to be imported/exported each time the entries are made which would be painful.
I have just a guess that a kind of a web app will suite the purpose. From you I only need general directions: what languages, what techonology/software/tools. Thank you and sorry for the type of question!