我有一个文本框(数字)和它下面的按钮。
所以我想知道我需要为这种行为编写什么代码:
<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_x="62dp"
android:layout_y="247dp"
android:ems="10"
android:inputType="number" >
<requestFocus />
</EditText>
**if user enter number 1 or 11 or 21 or 31 .......(in box)
and hit button then open window 1 (or page)
if user enter number 2 or 12 or 22 or 32 or 42 .....(in box)
and hit button then open window 2..............**
下一个类似的 10 个窗口
我是java新手。所以请详细解释提前谢谢