Posts by Rodolfo Allesson • 75 points
7 posts
-
1
votes1
answer139
viewsQ: How to use a Jcombobox of one class in another?
I want to create two screens, one registers the values of Jcombobox and the other I use the values. I can get the Combobox back but there’s no value. Class of register public class Combo extends…
-
2
votes1
answer3602
viewsQ: Electronic voting systems in Java
I am making an electronic ballot box that register, list and the user can vote for the candidate, I can already register and list candidates, but how do I always count +1 in an attribute votes of…
-
-1
votes1
answer398
viewsQ: Voice command that triggers a button in the Android app
I am beginner in Android and I made a structure for Speech to text, I would like to know how to trigger a button inside the application using this function.
-
1
votes1
answer651
viewsQ: Translation app Text to Speech - Android
Hello, I’m beginner on android and would like to make a simple translator, where the user write anything and click the button with the desired language to translate aloud, how would be the…
-
0
votes1
answer921
viewsQ: Calculator problem in android studio
I’m a beginner and I’m developing a simple calculator in android studio, but it only shows the result of two values, ex: 1+1=2. I would like to do several operations at the same time, e.g. 1+2*3/4…
-
-1
votes1
answer578
viewsQ: How do I boost code on android?
I will make a calculator that needs potentiation, someone can tell me how it is done on android?
-
3
votes2
answers461
viewsQ: Timezone does not work PHP
When I give the command: echo ini.get('date.timezone') . "<br>"; nothing appears, I’ve set up in php.ini and nothing, also already put the default in the code and nothing either. Someone can…