RNG for WearOS
- 2 Devlogs
- 6 Total hours
A WearOS smartwatch app for doing various RNG-related things like flipping a coin, rolling a dice or a number between any range.
A WearOS smartwatch app for doing various RNG-related things like flipping a coin, rolling a dice or a number between any range.
Added a custom range feature to my RNG WearOS app, so users can now pick a range between 1-100 for random numbers. The reason I didn’t make it fully custom, allowing any number is because support for custom input in WearOS is limited, so I settled for using 2 Pickers.
However, just while writing this devlog, I realised that if the first number was bigger than the second number, the app crashes! Fortunately I’ve realised this before shipping.
I’ve started working on my first WearOS and my first Android app in general. It’s a pretty small utility app that lets users generate random numbers, by flipping a coin, rolling a die or using a custom range. It’s made in Android Studio using Jetpack Compose, so the UI looks native to WearOS.
So far I’ve made a coin flip and a dice roll, next up is a custom range mode, and possibly options to customise the die and coin icons.