Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

is-it-healthy/old-android-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is it healthy? | Android App

is it healthy?

This is an Android Wrapper application to create native Android Apps from an offline-capable Progressive Web App, cloned from xtools-at/Android-PWA-Wrapper

This has been changed to match the requirements of "is-it-healthy"

Capabilities

  • Sets up a WebView just the way PWAs/SPAs like it (e.g. enables App cache and DOM storage, ...).
  • Shows a loading spinner while loading the Web App.
  • Opens all external URLs in the device's Browser instead.
  • Is compatible down to JellyBean, although it's recommended to build for SDK Version >= 19 (KitKat). Building for SDK Version >= 21 (Lollipop) puts you on the safe side without having to worry too much about Browser support.
  • APK-size < 1.7 MB. The latest cat video from WhatsApp weighs heavier ;)

Customizations

  • Get Android Studio 3.4+
  • Put your Web App's URL in WEBAPP_URL in app\src\main\java\at\xtools\pwawrapper\Constants.java
  • Replace app_name in app\src\main\res\values\strings.xml with the name of your App
  • Add your own primary colors to app\src\main\res\values\colors.xml (colorPrimary, colorPrimaryDark, colorPrimaryLight)
  • Change the package name in app\build.gradle, applicationId
  • Build App in Android Studio

Build Guide

  • Open the the current working directory in Android Studio
  • Change the app name in app\src\main\res\values\strings.xml in line 2
  • Build APK in Android Studio

How to use this?

Android Installation Guide

  1. Download the .apk
  1. Click "Download Anyway"
  1. Open the Downloaded File
  1. Click "Install"
  1. Click "More Details"
  1. Click "Install Anyway"
  1. App has been installed successfully!
  1. Open the app from your launcher

Credits: xtools-at/Android-PWA-Wrapper

About

Android applications that wraps `is-it-healthy/website` repository

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 98.8%
  • HTML 1.2%