I am not sure if the topic title is right for this question,
but here is the dilemma:
Many apps let users to enter the data:
- school timetable
- wireless hotspots
In 1st case if one student enter his timetable all others should get the same after the app is synchronized with server. Also if one user enter wifi hotspot details all others should get the same. At this point everything is good, data is shared among all users and actually database should grow quickly.
Problem is if one user enters wrong data. all the data is replicated and everybody got wrong data. I know what in the real world and platforms as various forums, wikipedia like sites ,there are moderators which keep track on validity of data.
How about android world? Did you get in this situation with you apps. What are the best principles?
ps: Sry 4my bad English
but here is the dilemma:
Many apps let users to enter the data:
- school timetable
- wireless hotspots
In 1st case if one student enter his timetable all others should get the same after the app is synchronized with server. Also if one user enter wifi hotspot details all others should get the same. At this point everything is good, data is shared among all users and actually database should grow quickly.
Problem is if one user enters wrong data. all the data is replicated and everybody got wrong data. I know what in the real world and platforms as various forums, wikipedia like sites ,there are moderators which keep track on validity of data.
How about android world? Did you get in this situation with you apps. What are the best principles?
ps: Sry 4my bad English