-1

I want my website should act as Google play store app.

For example, go to-> hytoz and hytoz app

Both source are same. But when I open this app, website will shown as app and after click back or close, it's asking confirm like application.

How I can make this? I'm not android person. I'm in PHP.

Step To Install
  • 138
  • 2
  • 10

1 Answers1

1

First of all, making Android app isn't a one click process. To make a simple Android app, you can make use of Android WebView. Since you're new to Android, I'd suggest you to take courses on basics of Android.

You've mentioned you're familiar with PHP. You can better try PhoneGap, with basics of HTML5, CSS3 and JS, you can build an app. Also, your needs like back, close can also be done with it, and moreover, it's cross platform, you can ship to other operating systems too.

Good Luck.

Anirudh Murali
  • 612
  • 10
  • 25