Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hipersayanx/simplecppandroidwebapp

C++ WebApp barebone for Android
https://github.com/hipersayanx/simplecppandroidwebapp

Last synced: 23 days ago
JSON representation

C++ WebApp barebone for Android

Awesome Lists containing this project

README

        

# C++ WebApp barebone for Android

The simplest possible example code required for building a C++ WebApp for Android without adding any external dependency.

# Building

```
ANDROID_HOME=/path/to/android-sdk ./gradlew assemble
```