Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.11 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.11 KB

Base Switch

Base Switch is an application I have developed back in 2014. I had no Git experience yet, so unfortunately the commit history is not available. However, you can look at the code I wrote as an undergraduate. During my computer science studies, I often needed a basic converter to solve various tasks. So I decided to create an application to do that for me.

Base Switch allows Android users to convert numbers into different bases (decimal, binary, octal and hexadecimal).

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Android Studio
  • You have created a Virtual Device using Device Manager or you have a Physical Device connected to your machine and ready for development (Run apps on a hardware device).

Installing

To install Base Switch, clone this repository with following command:

git clone git@github.com:vlmaier/base-switch.git

Using

To use Base Switch, follow these steps:

  • Open the cloned repository with Android Studio
  • Run ./gradlew build
  • Run the app (⌃ R on macOS)

Contributing

To contribute to Base Switch, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <branch_name>
  5. Create a pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contact

If you want to contact me you can reach me at vladas.mr@gmail.com.

License

This project uses MIT License.