If you want to create an Android app from any website without writing code, SuperWebView is the perfect solution for you. It is a ready-made WebView template that saves you time and hassle.
Compose | Legacy (XML) | |
---|---|---|
Compatibility | Android 6.0 - 16 | Android 5.0 - 14 |
Progress indicator | ✅ | ✅ |
Pull-to-refresh | ✅ | ✅ |
Custom error screen | ❌ | ✅ |
Source code obfuscation | ✅ | ❌ |
Note
For targeting both Android and iOS platforms, use the cross-platform solution FlutterWebApp.
- Click the Code button, which brings up a dialog.
- In the dialog, click the Download ZIP button to save the project to your computer. Wait for the download to complete.
- Locate the file on your computer (likely in the Downloads folder).
- Double-click the ZIP file to unpack it. This creates a new folder that contains the project files.
- Start Android Studio.
- In the Welcome to Android Studio window, click Open an existing Android Studio project.
- In the Import Project dialog, navigate to where the unzipped project folder is located.
- Double-click on that project folder.
- Wait for Android Studio to open the project.
- Click the Make Project button to build the app.
- In MainActivity.kt, put your own website URL as the value of
WEBSITE
constant. - Replace default app icons and name with your own.
- Change the unique identifier of your app,
applicationId
, in app > build.gradle.kts.