Open Sourcing my Android app: Collatz Conjecture Calculator
Hi everyone,
In this post, i’d like everyone to know that I’ve open sourced the code of my app Collatz Conjecture Calculator, which is an app I developed for the Android operating system:
This app is a Collatz Conjecture calculator, which follows the 3x+1 rule.
It is very simple in nature. The actual code that performs the math is the following:
It stores each step in a list and then it gets displayed to the user.
v1.3
In v1.3, I changed the “/” to the “÷” division symbol, and in the previous version, I changed the “x” with the proper multiplication symbol “×”
Screenshot:
The app just has the main screen, which looks like this after doing a math calculation:
User reviews:
What people has said of this very simple app:
The app was updated using Android Studio 3.0:
You can take a look at the source code here.
And you can download the app here.
Enjoy!