Back to Guides & Tutorials

How to Update a Website-Based Android App

CW
ConvertWebsites Engineering Team
Mobile SDK Architects & Core Contributors
Published: 2024-06-28 3 min read ✓ Verified Guide

Discover the massive advantage of website-based apps: effortless updates. Learn how content updates work versus structural app updates.

One of the most frustrating aspects of traditional native app development is the update process.

If you hire a developer to build an app from scratch, every single time you want to change a button color, fix a typo, or add a new screen, the developer has to write new code. They then have to compile a new version of the app, submit it to the Google Play Store, wait days for Google to review it, and then hope that the users actually download the update to their phones.

If you use an automated converter, this painful process is almost entirely eliminated. Here is everything you need to know about how to update a website-based Android app.

The Magic of the WebView

To understand how updates work, you must remember that your app is built around a WebView.

A WebView is an embedded browser. The app itself is essentially an empty shell that is programmed to point at your website URL. When the user opens the app, the WebView fetches the live version of your website from your server.

Because of this architecture, there are two distinct types of updates: Content Updates and Core Updates.

1. Content Updates (No App Store Update Required!)

99% of the updates you make to your business will be Content Updates.

A content update is anything that changes on your website. This includes:

  • Publishing a new blog post.
  • Changing the price of a product in your WooCommerce/Shopify store.
  • Changing your website’s theme colors via CSS.
  • Adding a new page to your navigation menu.
  • Fixing a typo.

How to execute a Content Update:

You do absolutely nothing to the Android app.

You simply log into your website (e.g., your WordPress dashboard) and make the change there. The very next time a user opens your Android app, the WebView will fetch the newly updated website. The change happens instantly for all users across the globe, without them ever having to visit the Google Play Store to download an update.

2. Core Updates (App Store Update Required)

A Core Update is an update to the actual native Android "shell" that holds your WebView. You only need to perform a Core Update if you are changing the fundamental identity or native features of the app itself.

Examples of a Core Update include:

  • Changing the App Icon: (The logo on the user's home screen).
  • Changing the App Name.
  • Adding Push Notifications: (If you didn't enable them when you first created the app).
  • Changing the Splash Screen: (The loading screen before your website appears).

How to execute a Core Update:

If you need to change one of these core native features, you cannot just change it on your website. You must:

  1. Return to the online website-to-app converter platform.
  2. Enter your URL and upload your new App Icon or new App Name.
  3. Generate a brand new .aab file.
  4. Log into your Google Play Developer Console.
  5. Upload the new .aab file as a "New Release."
  6. Wait for Google to approve the update. Once approved, users will be prompted to download the new version from the Play Store.

Conclusion

The ability to bypass the Google Play Store update process for content changes is the single biggest advantage of a website-based Android app. By managing your app directly from your website's backend, you save massive amounts of time and money while ensuring your users always see the most up-to-date version of your business.

CW

About ConvertWebsites Editorial & Engineering

Our technical tutorials and guides are authored and maintained by the ConvertWebsitesToApp engineering staff. Every guide is tested against modern Android SDK guidelines, Google Play Developer policies, and Chromium WebView standards.

Learn About Our Team → Suggest an Edit / Topic →

Ready to convert your website into an Android app?

Generate a production-ready, signed Android APK with push notifications and AdMob in under 60 seconds.

Generate APK Free Online

Recommended Guides & Tutorials

Website to App Converter: Complete Beginner's Guide

New to app development? Our complete beginner's guide to website-to-app converters will walk you through everything you need to know.

Read Guide →

How to Turn a Squarespace Website Into an App

Leverage your beautiful Squarespace design on mobile devices. Learn how to turn your Squarespace website into a native Android app in minutes.

Read Guide →

How to Convert a Weebly Website Into an App

Expand your Weebly site's reach. A comprehensive guide on how to automatically convert your Weebly website or store into a native Android app.

Read Guide →