android - What should be the right approach for developing mobile apps based on a PHP website which will access the same MySQL database which the website uses? -
i'm web developer(php developer) profession. so, i'm asking question web developer's point of view , expecting answer same perspective.
there 1 running social website developed in phpfox(a social networking platform created in php)
now i've received requirement client develop android , ios apps facebook mobile app based on website means app should resemble website's functionality. so, in turn these projected apps going access same mysql database website using. main objective website , these apps should work in sync facebook website , facebook mobile app.
so, question should step-by-step, right, best , optimum approach in kind of scenario?
on website have used mvc pattern of development , have used twig template engine display webpages should not case in mobile apps.
the mobile teams(ios , android) teams working on ui design of app. should role i'm not clear it. please explain me correct step-by-step approach web developer's perspective.
thanks.
well best way have native mobile apps, 1 version android , 1 version ios. role create webservice can access database , enable mobile app developers call on urls (which functions in webservice) reply data presented in json.
so start out thinking of functions need, how call it, arguments pass , how receive data.
Comments
Post a Comment