搜索资源列表
EditText
- 用java.swing写的一个记事本程序,初学者可以-Writing with a java.swing Notepad program, beginners can take a look at
SoftKeyboard
- 这个程序教会你怎样开始写最简单的Android Activity-This class provides a basic demonstration of how to write an Android activity. Inside of its window, it places a single view: an EditText that displays and edits some internal text.
DialogWithInputBox
- How to get input text from user in dialog using EditText. Here is how to get input text from user in dialog using EditText. In some cases we may need to get input from user in dialog. At that time we need no to use custom dialog instead of that you c
TestUI
- android开发中常见的控件示例,包括button、TextView、EditText RadioGroup、RadioButton、CheckBox、 Spinner等 -android development example of common controls, including the button, the TextView the EditText RadioGroup, a RadioButton the CheckBox, Spinner, etc.
mouse_widget
- Activity常见控件比如EditText、TextView、Button、Menu等等的使用-Activity common control such as EditText, TextView, Button, Menu and so on use
ButtonProject
- android Button点击事件 点击获取EditText值弹出提示信息 -android Button click event Click to get EditText value prompted.
BootReceiver
- Activity with EditText at the bottom (Pan&Scan).
EditStyledText
- EditStyledText extends EditText for managing the flow and status to edit the styled text. This manages the states and flows of editing, supports inserting image, import/export HTML.
CalculatorDisplay
- Provides vertical scrolling for the input/result EditText.
EX05_03
- 短信/* 建立两个mServiceReceiver对象,作为类成员变量 *///mEditText1.setText("+886935123456") /* 设定预设为5556表示第又个模拟器的Port */-import android.widget.Button import android.widget.EditText
EX06_14
- 短信/* 建立两个mServiceReceiver对象,作为类成员变量 *///mEditText1.setText("+886935123456") /* 设定预设为5556表示第又个模拟器的Port */-import android.widget.Button import android.widget.EditText
OneEditTextActivitySelected
- Activity with EditText selected initially.
androidlogin
- Android模板QQ登录界面的下拉框示例,包含有对数据库的操作,使用EditText下拉框记住账号和密码,通过editText+popupwindow+sqlite方式实现。 -Example Template drop-down box Android QQ login interface, includes operation of the database, use the drop-down box EditText username and password to remembe
TextCandidatesViewManager
- The default candidates view manager class using {@link EditText}.
ExceptionTextView
- A special EditText that sets {@link #isFailed()} to true as its internal makeNewLayout() method is called.
edittext
- android上简单软件,实现了文件的新建,打开,保存,另存为,还有编码的判断-realization edit text files on the android features
OneEditTextActivityNotSelected
- Activity with non-EditText view selected initially.
Controls1
- A gallery of basic controls: Button, EditText, RadioButton, Checkbox, Spinner. This example uses the light theme.
EditText
- EditText is a thin veneer over TextView that configures itself to be editable.
ReorderTwo
- This a TextView that is Editable and by default scrollable, like EditText without a cursor. -This is a TextView that is Editable and by default scrollable, like EditText without a cursor.