8 Monitoring Tools in One APM. Install in 5 Minutes.
Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.
AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
Start Free
The AI-powered unified PSA-RMM platform for modern MSPs.
Trusted PSA-RMM partner of MSPs worldwide
SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
Free and simple build toolkit for HTML5-based Android apps
SAWS: Simplest Android Web Suite
SAWS is an open-source build engine that allows you to turn a HTML5-based client web application into a mobile application for Android OS. Given the folder with your web app (HTML, JS, CSS) and its title, it outputs ready-to-use APK file with this application.
Requirements:
- Linux or other Unix-based OS with Bash shell
- Java SDK (sun-java6-sdk or the latest openjdk version)
- Ant
- Android SDK installed with Android 2.1 (android-7) available as a target
Configuration
After unzipping, you must specify the exact path to your Android SDK folder (without last slash) in sdk.ini that resides in SAWS root folder:
sdk.dir=/path/to/android-sdk
Usage:
/path/to/saws-build [application name] [webapp folder] [output apk file]
e.g.
...