Skip to content

A feature-rich WebView app for Android built entirely with Kotlin and Jetpack Compose

License

Notifications You must be signed in to change notification settings

roozbehzarei/SuperWebView

Repository files navigation

SuperWebView

License License Code of Conduct

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.

Note

For targeting both Android and iOS platforms, use the cross-platform solution FlutterWebApp.

Features

  • Broad Compatibility: Runs smoothly on Android 6.0+ devices
  • Optimized for Speed: Lightweight design delivering high native performance
  • Real-time Loading Feedback: Includes a progress bar to keep users informed while webpages load
  • Easy Refresh: Swipe-down gesture for quick page refresh
  • Modern Interface: Based on Material You design for a polished, contemporary look
  • Enhanced Stability: Protects WebView's state across configuration changes, ensuring a smooth, uninterrupted experience

Build

  1. Click the Code button, which brings up a dialog.
  2. In the dialog, click the Download ZIP button to save the project to your computer. Wait for the download to complete.
  3. Locate the file on your computer (likely in the Downloads folder).
  4. Double-click the ZIP file to unpack it. This creates a new folder that contains the project files.
  5. Start Android Studio.
  6. In the Welcome to Android Studio window, click Open an existing Android Studio project.
  7. In the Import Project dialog, navigate to where the unzipped project folder is located.
  8. Double-click on that project folder.
  9. Wait for Android Studio to open the project.
  10. Click the Make Project button to build the app.

Customize

  1. In MainActivity.kt, put your own website URL as the value of WEBSITE constant.
  2. Replace default app icons and name with your own.