DEV Community

robert19066
robert19066

Posted on

Transforming Web Apps to Android Using a Single Command!

So everyone knows how HARD is to port your web app to Android... I had this struggle too. Honestly, I was making my own whiteboard software, yet it had to run on Android, and it took many days to tweak WebView so it worked.

So what we do?

Simple: Make a tool for this. So i present to you my tool - Bonboneka. What it does? Well, duh, it's a build tool to transform your (vanilla) web app into an WebView-compatible Android app, using a single command - bomk create <dir with files>. More info is on the repository's README. Ill post sneaky peeks of the next versions.

Top comments (0)