Android Question Update Scrollview

edgar_ortiz

Active Member
Licensed User
Longtime User
Hi all,

I have the a Scrollview, and for each record in the database I add a "panel" (a label, one edittext, a couple of edittext text just for show data) you can figure:
Panel
- Product name
- Quantity
- Price (show)
- Total (show)

I capture the Quantity.EnterPressed and I want to show in "Total" (Quantity * Price).

Any idea of how I can do that?

Thanks in advance for your time,

Regards,

Edgar
 
Top