Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegopereiracruz/dec2bin_android
Android app that converts decimal numbers to binary.
https://github.com/diegopereiracruz/dec2bin_android
Last synced: 17 days ago
JSON representation
Android app that converts decimal numbers to binary.
- Host: GitHub
- URL: https://github.com/diegopereiracruz/dec2bin_android
- Owner: diegopereiracruz
- Created: 2024-04-26T01:44:25.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-26T02:37:32.000Z (8 months ago)
- Last Synced: 2024-04-27T02:37:53.782Z (8 months ago)
- Language: Java
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dec2Bin Android app
This android app simply converts decimal numbers to binary.### How to use
Put a positive integer decimal number (ex.: 132) then press the convert button to get the result.### Features
Hold over the binary output number to show the copy option menu.### Requirements
Minimum: Android 7.0 (Nougat)Tested on: Android 14