python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to multiply value from spinner to display in textview2
I would like to know how to take value from a spinner which is displayed in textview1 and multiply it with a double (0.032) so it can display in textview2.
my code is below
double num1 = Integer.pars...
Sindano
Votes: 0
Answers: 1
How can I get information from an ArrayAdapter in a Dialog?
I have an ArrayAdapter inside of a popup dialog like this:
public void selectItem() {
AlertDialog dialog;
AlertDialog.Builder dialogBuilder = new AlertDialog.Builder(this);
View popup = g...
parkorian
Votes: 0
Answers: 0