Browsed by
Category: Android

Embalses de Puerto Rico v1.9 introduces new Dark Mode

Embalses de Puerto Rico v1.9 introduces new Dark Mode

Hi everyone Yesterday, I published the version 1.9 of Embalses de Puerto Rico, which adds support for Dark Mode: Now, the app will use Dark mode if your device is set to that mode. If you want to force the app to use Light or Dark mode, regardless of the system setting, you can do that by using the all-new Theme setting: This will override the system setting unless the System default option is selected. Light mode is unmodified for…

Read More Read More

Open Sourcing my Android app: Collatz Conjecture Calculator

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…

Read More Read More