R
R
Roman Govorov2018-08-22 14:27:34
Android
Roman Govorov, 2018-08-22 14:27:34

How to turn a PHP online store into an Android application?

I have a site on the Internet written in PHP, I have my own database in MYSQL, how can I import it into the Application on Android OS?
Are there any manuals on how to do this?
The site is a platform for the sale of branded clothing.
Designers can register on the site and add their products.
Just ordinary people can buy their goods.
Made adaptive layout for all screens, I want to break into the mobile market through Google Play

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2018-08-22
@RGameShow

If you are not satisfied with WebView or just an adaptive version of the site for mobile devices, then you need to make an API for your online store that will allow you to perform the necessary actions with products. And from an Android application, it's easy to connect to this very API to get a list of products and add and remove them. By the way, that's how they usually do it.

V
Vadim Popov, 2018-08-22
@vadimpopov94

1. WebView
2. What prevents you from making an adaptive version of the site for all mobile devices? win in cross-platform

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question