An open API service indexing awesome lists of open source software.

https://github.com/mdsaad13/website-to-app

Convert any website to an Android app
https://github.com/mdsaad13/website-to-app

android php php82 website-to-android-app

Last synced: 3 months ago
JSON representation

Convert any website to an Android app

Awesome Lists containing this project

README

          

# Convert any website to an Android app

Android files used from: https://github.com/azhinu/Web-to-App

# How to build the app

1. Clone the repository
2. Run composer command to install the dependencies
```bash
composer install
```
3. Run the following command to build the app
```bash
php build.php
```
4. The app will be built in the `build` directory

# Environment

#### PHP version: 8.2

#### PHP extensions required: GdImage

#### Java version: openjdk 17.0.9

#### SDK version: gradle-7.2