An Android Wrapper application to create native Android Apps from an offline-capable Progressive Web App.
- ✅ Get Android Studio 3.4+
- ✅ Clone/fork repository
- ✅ Put your Web App's URL in WEBAPP_URL in
Constants.java - ✅ Replace app_name in
strings.xmlwith the name of your App - ✅ Add your own primary colors to
colors.xml(colorPrimary, colorPrimaryDark, colorPrimaryLight) - ✅ Put your own icons in place:
- ✅ Add your own ic_launcher.png and ic_launcher_round.png in the
mipmapfolders - ✅ Add your own ic_appbar.png in the
drawablesfolders. This is displayed in Android's Recent Apps View on your app bar, so it should look nicely when placed on top of your primary color. - ✅ I recommend using Android Asset Studio to get the icons ready in no time
- ✅ Add your own ic_launcher.png and ic_launcher_round.png in the
- ✅ Change the package name in
app/build.gradle, applicationId - ✅ Change
AndroidManifest.xml->aplication->activity->intent-filterto your own URLs/schemes/patterns/etc. or remove theintent-filterforandroid.intent.action.VIEWaltogether - ✅ Check
Constants.javafor more options - ✅ Build App in Android Studio
- 🆕 Updated gradle and AndroidX
- 🆕 File uploading functionality
- 🆕 File download handling
GNU General Public License v3.0 - if you use it, we wanna see it!