Currently I have 2 Android apps on the Google Play Store all built
with HTML, CSS, Javascript and compiled in Java for the native application.
Android Projects
I've always found the whole Android system quite fascinating as I learned it. I was making tiny little projects in p5.js and noticed that they would fit better as Android Apps. Instead of rewriting the entire code and learning the whole Java/Android API Framework, I figured that they would have a webview similar to Xcode's storyboards. Implementing this idea, I published 2 apps on the Google Play Store.

Apple Catcher
A simple app designed for younger kids where an apple keeps falling from a random x-value. The user has to move the basket to "catch" the apple. It keeps a score, +1 for catching the apple and -1 for missing.

Daily Weather
The code for this Android App has over 90% CSS which allows it to be stunning and have cool animations. The app uses the OpenWeatherMap data to automatically pin-point the location of the user and display of the projected weather of the different time periods of that day.