¿Cómo sumar valores con listas desplegables?

Translated from Google Translate.
Hi, I'm new to this.
I'm trying to create some equations and make the screen more user-friendly without a lot of text fields.
How can I perform a sum when selecting values ​​from a drop-down list (spinner)?
Example: The list shows body temperatures of 37, 38, 39, 40. When I select them, I want to multiply them by X, and get the result when I press a button.
Is that possible? Or give me more ideas.
Thanks!

Traducido desde google traductor.
Hola, soy novato en esto.
Estoy tratando de hacer unas ecuaciones haciendo la pantalla más amigable para sin muchos campos de textos.
¿Cómo puedo realizar una suma al seleccionar los valores de una lista desplegable (spinner)?
Ejemplo: En la lista esta la temperatura corporal de 37, 38, 39, 40, al seleccionar quiero multiplicarla por un valor X, obteniendo el resultado al precionar un boton (botton).
¿Eso es posible? o denme mas ideas.
¡Gracias!

Use

A Listview with one element per number

A textbox to enter the next number into the list

An enter button for adding the textbox number to the list

A label to show the sum after every change