Hello,
I'm new to making Android apps and was wondering if you could help me to solve one last issue that I have to finish my app.
I'm about to make an app that has six labels, six groups of checkboxes that have two to four boxes in each group with individual values 1, 2, 4 and 8. The checkbox values are summed to respective group labels when selected. For instance if I check checkboxes from group 1 with values 2,4 and 8, it is then shown in label 1 as 14. This works fine, but now I'm in a need of having those Decimal values converted to Hexadecimals. I would like to maintain the live selection as in when I check a box it returns the value without having to push any button.
I've found plenty of threads about the opposite conversion like this but haven't been able to reverse these codes to convert Dec to Hex.
Then I've also checked the AI2 block descriptions and found out that this kind of block should exist already but I haven't been able to find it or am I missing something?
Below is one of the groups as an example. I was also thinking that since I've used this code I'll probably have to create another set of labels that will posses the decimal values which would be then assigned to the Dec to Hex converter and show the result in the second set of labels?
Thank you beforehand, hope you can help or give me some advice since I haven't been able to find any help for this issue.

Converts number from one base to another. Choices are:
base 10 to hexadecimal, hexadecimal to base 10, base 10 to binary, and binary to base 10,.