android - How to create google play app with my website? -


i want website should act google play store app.

for example, go to-> hytoz , hytoz app

both source same. when open app, website shown app , after click or close, it's asking confirm application.

how can make this? i'm not android person. i'm in php.

first of all, making android app isn't 1 click process. make simple android app, can make use of android webview. since you're new android, i'd suggest take courses on basics of android.

you've mentioned you're familiar php. can better try phonegap, basics of html5, css3 , js, can build app. also, needs back, close can done it, , moreover, it's cross platform, can ship other operating systems too.

good luck.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -