How can a single database work for website, mobile apps?
Posted
by
user1696497
on Programmers
See other posts from Programmers
or by user1696497
Published on 2012-12-26T12:51:14Z
Indexed on
2013/10/22
10:14 UTC
Read the original article
Hit count: 171
database
|mobile-app
We have developed a job-portal where users can view jobs and and also post jobs. We have used Php and MySQL. We hosted this on web faction. Now we want to develop the mobile app of the job portal for android, ios and windows. As the database should be synchronous and aligned dynamically with apps and website database. As the back-end code has to be changed to Java in android and c# in windows, how to manage a single synchronous database?
© Programmers or respective owner