Posts by Andremasa Fiares • 9 points
2 posts
-
0
votes2
answers7861
viewsA: Creating and Validating Java Digital Signature
Note that if you need to create this Permission, the name is case sensitive (Xi with i tiny). It has to be exactly XiSecurityRuntimePermission and kind Runtime.…
-
-2
votes1
answer1109
viewsQ: Replace numbers with letters inside Arraylist
I’m creating a calculator where I want the numbers inside the ArrayList, are replaced by letters in textView. Example: 1 = To, 2 = B, etc.. With the code below, I got this by typing the numbers.…