本文介绍了如何使用numberpickers而不是按钮创建Android计算器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好。我想创建一个Android应用程序,乘以2个数字。每个数字都需要在特定范围内定义。例如:
第一个数字范围= .1,.2,.5,1.25,1.625
第二个数字范围= 0到100
为了简化用户界面,我想使用2个NumberPicker控件,一个Calculate按钮和一个TextView。
有人能指出一个可靠的例子吗?谢谢。
Hi. I would like to create an Android app that multiplies 2 numbers. Each number will need to be defined within a specific range. Example:
1st number range = .1, .2, .5, 1.25, 1.625
2nd number range = 0 to 100
To keep the UI simple, I would like to use 2 NumberPicker controls, a Calculate button, and a TextView.
Can anyone point me to a solid example? Thank you.
推荐答案
这篇关于如何使用numberpickers而不是按钮创建Android计算器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!