Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 737 Bytes

Web to App

This android app can convert any website to an android app.
Just set the value of the string variable "url" to your desired website url in MainActivity.java.
Google Sign-In, Facebook Sign-In etc. to create an account on a website is working.

Development Environment:

Android Studio 4.0

Minimum System Requirement:

Android 4.1

Acknowledgement

Android Webview is not appropriate for handling popups. So, I took help from this repository & modify some codes to handle popups in webview. To handle redirects in popups, the instructions of here are followed.