https://github.com/diegopereiracruz/dec2bin_android
Android app that converts decimal numbers to binary.
https://github.com/diegopereiracruz/dec2bin_android
Last synced: about 2 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-26T02:37:32.000Z (about 1 year ago)
- Last Synced: 2025-02-10T00:44:06.485Z (4 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