搜索资源列表
EditPane
- 文本框输入后,切换到其他页面,可以保存数据。回到页面可以恢复页面-Text box to enter to switch to other pages, you can save the data. Back to the page can be restored page.
Android-UI-controls-document
- 1.文本框TextView TextView的作用是用来显示一个文本框,下面我用两种方式为大家呈现TextView, 第一种是通过xml布局文件呈现 ,第二种是通过代码来呈现,由此可见Android 的界面开发真的是非常灵活。 -1. The TextView text box The role of the TextView is used to display a text box, below I in two ways TextView presenting t
TextSpeech
- 从文本框输入需要读的内容,然后点击按钮开始读取。支持中文。-Need to read input from a text box, then click the button to start reading. Support for the Chinese.
LoadStaticMap
- Google靜態地圖下載 這個範例是用來抓取我們所要求的經緯度座標的地圖,在經度與緯度的文字方塊內輸入座標,按下載入的時候,會向GoogleMap伺服器索取地圖圖片,如果索取失敗會顯示錯誤訊息。-Google Static Maps download this sample is used to capture the latitude and longitude coordinates of our requirements map, enter coordinates in longit
Zujian
- 文本框(TextView)与编辑框(EditText 普通按钮和图片按钮 单选按钮和复选按钮 图像视图(ImageView-Text box (TextView) edit box (EditText ordinary button and Image button radio button and check button image view (ImageView.
Android_SharedPreferences
- 实现了使用Android内部的SharedPreferences 保存读取数据;以及使用Android 内部Files 存储读取数据。 1. 实现本地简单保存读取文件功能。 文件名输入框有自动提示功能(也就是输入过程中能 够自动提示与我们输入内容相关的内容,以供选择),提示相关内容不能重复(最完美的情况是不出现相同文件名提示,遗憾的是此程序未能实现) 。此外,退出程序后重新进入程序,自动提示效果依然存在。(使用了AutoCompleteTextView 控件实现自动提示效果)
ClipIP
- 使用 Clipboard Manager, 能將機器MAC address, paste 至 Test box-By using clipboard manager, we can copy and paste the machine MAC address into a text box
AutoCompleteTextViewTest
- 自动完成文本框,当用户输入一个字符,自动进行匹配。-Text box automatically when the user enters a character, automatically match.
Android-AutoCompleteText
- Android应用程序开发中自动完成文本框的实现实例-Example of the realization of the text box auto completion in Android application development
android-editText-demo
- 这个教程全部是我做原创辛苦,创作不容易希望给个分。 这里面主要涉及到,文本监听和按钮特效以及xml布局,字符串格式化,等方面的实例,按钮特效使用shape绘制。 对于文本框的监听我给他做了一个实时的输出可以方便大家,很好地观察TextWatcher这个类所返回的数值变化-This tutorial is all I do original hard, not easy to want to give a creative points. This is mainly related
XoayOngNuoc
- upload a file from Android phone Android Application Quick Start t Android APK decompile Detailed (p An ANDROID phone audio port commu android police system 60 classic case of learning Andro Activity data text box in return mak
DialogDemo
- Android创建各种 Dialog对话框及其监听事件的源代码实现演示,生成各种用途的android Dialog窗口的方法和代码演示,比如在对话框中添加一个文本框,在对话框中列出数组, 在对话框中列出单选按钮,在对话框中列出复选框,自定义对话框内容,按返回键退出弹出对话框等,对安卓开发有帮助。-Android Dialog dialog box to create a variety of events and its source code to achieve listening pres
CodeBitmap
- 二维码解析例程。运行程序进入主界面,其中包括二维码解析结果文本框、解析下一个二维码按钮和二维码图片显示控件。点击解析下一个二维码按钮,二维码图片显示,并把解析到的结果显示在结果文本框。-Dimensional code parsing routines. Run the program into the main interface, which includes the results of two-dimensional code parsing text box, button next
nfc_demo
- NFC读写删例程。运行项目进入主界面,界面显示读、写和删按钮,点击相应按钮,实现其功能。其中三个按钮下方拥有一个显示结果文本框。-NFC reader deletion routines. Run the project into the main interface, the interface displays read, write and delete button, click the appropriate button, to achieve its function. Which
AbsoluteLayoutTest
- android文本框的实现程序,通过绝对布局实现。-android text box procedures, achieved through an absolute layout.
ShopListDownLoad
- 手机的一个开发demo,里面涉及课扩展文本框等一系列Android控件。-Mobile phone a development of the demo, involved in class extension text box and a series of Android controls.
ClearEditTextView
- 这份源码是Android带删除功能的文本框,为方便用户的使用,现在大多数APP的输入框都带有删除功能,这份源码也是一种实现,可以直接在项目中使用。-The source is a text box with Android delete function, for the convenience of users, the majority of APP input box now are with the delete function, this source code is an impl
Emoji_bqym
- IOS风格的Emoji表情源码核心功能使用library的方式提供引用,使用的时候只需参照Sample里面的代码对普通的EditText控件进行设置就可以了,非常方便。点击下面表情就可以把表情添加的文本框,可以重用到自己的项目中。里面提供了一个Sample和一个library,导入的时候两个必须都导入,因为小图片文件比较多,生成的文件列表一大坨就不给搭建放网页了,需要的朋友可以下载研究一下。-IOS style Emoji expression source core functions to
AutoCompleteTextViewTest
- AutoCompleteTextView(自动完成文本框)从EditText派生而来,比普通文本编辑框多一个功能:当用户输入一定字符之后,自动完成文本框会显示一个下拉菜单,供用户选择。当用户选择某个菜单项之后, AutoCompleteTextView按用户选择自动填写该文本框。(AutoCompleteTextView (automatic text box) is derived from EditText, than ordinary text edit box more than one
SearchBox
- Android 一个输入文本框样式制作及源码(Android text box style and source code)