Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/androidrandom
Android app for generating random numbers.
https://github.com/zenhack/androidrandom
Last synced: about 1 month ago
JSON representation
Android app for generating random numbers.
- Host: GitHub
- URL: https://github.com/zenhack/androidrandom
- Owner: zenhack
- License: isc
- Created: 2014-11-27T05:04:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T00:50:09.000Z (about 8 years ago)
- Last Synced: 2024-10-22T07:03:04.603Z (3 months ago)
- Language: Scala
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
A simple android app for generating random numbers.
I wrote this after finding myself in a situation where I needed a
random number between 1 and 17 -- and all of the apps I could find
in F-Droid were dice rollers with fixed die sizes (d4, d6, d8...).Gives you a pair of text boxes and a button -- push it to generate
a number in the given range.# Building
Icons are generated from an svg (`assets/ic_launcher.svg`). You need to
have inkscape installed and in your $PATH, then run:./make-icons.sh
The build system is otherwise just the stock scala android sbt template.
# License
MIT. See COPYING.