O
O
Oleg Spiridonov2015-11-23 20:59:41
Mobile development
Oleg Spiridonov, 2015-11-23 20:59:41

Is it possible to convert a website into an Android/IOS app with little effort?

At one time I was looking for a service that allows you to create shopping lists and synchronize them between several devices. As a result, I did not find anything that would suit 100%, so I created my own service, Shopping List . Having played enough, he made it available to everyone, after which he thought about writing an application for Android / IOS. Since, apart from web programming, my knowledge is limited to Pascal / Delphi since the institute's bench, it would be too cool for me to create a full-fledged application. It was advised to use webview, but I understand that this is a solution for a static site? I have queries to the database, plus I use php on the server. Is it possible to get an application for Android / IOS from an interactive site (jquery, php, mysql)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Savostin, 2015-11-23
@savostin

webview shows any site or page, local or remote, like a browser.
That is, if you do not need to interact with the device in any way, then calmly throw webview and indicate the address of your site.
If you need interaction, then try this .

M
ManWithBear, 2015-11-23
@ManWithBear

You would first decide what you are doing it for. If it's because it's fashionable, then don't do it. And if because there are a lot of users from mobile phones and it will be better for them to use the application and it will be really more convenient than a safari. Then it makes sense to invest money and order a full-fledged application.

A
Anton Marunko, 2015-11-24
@Antonio-banderas

If you want to attract users and have a positive result, go towards a full-fledged native application, maybe in the first version it will be minimally viable. Yes, as already mentioned, the best option is to write an api and access it from applications. Moreover, there is already a base.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question