0
Many websites and web applications like Youtube, social networks, e-commerces and news sites have their versions in mobile apps, and their data are "Synchronized" (for example, when I put a video on the Youtube site the video will also be available in the app).
The question is: how is the mobile application of a website/web application made? Is it made from scratch, totally separate from the website or converted in any way? If it is done separately, is it done as a hybrid or native app? And how this "Data Sync and Updates" is done (just a brief idea of how this is done)?
Thank you to those who answer!
Either you implement an application on the platform you want, or you use one of the websites you convert. There are several. But I think they just use Webviews to open the site inside the app
– Artur Trapp