搜索资源列表
Contacts
- android通讯录,实现了拨打发短信,自定义手机键盘输入等等功能,是菜鸟入门的好例子-android contacts, call send text messages, self-defined mobile phone keyboard input function is a good example of the rookie started
groupMessage
- android系统下的*软件功能包括: 短信输入、查看 多个目的联系人选择、查看 *-This app used under android. The capabilites include: input or check goup message text choose or check the contact send message
school-day
- android平台小程序,适用在校大学生,有课程表录入,短信求助等很多功能-android platform applet for college students, there are curriculum input, text messaging, and many other features help
TextSpeech
- 从文本框输入需要读的内容,然后点击按钮开始读取。支持中文。-Need to read input from a text box, then click the button to start reading. Support for the Chinese.
HelloCpp
- cocos2dX下文字输入显示,用tinyxml,label和CCRenderTexture实现滚动文字-cocos2dX input text
Android_SharedPreferences
- 实现了使用Android内部的SharedPreferences 保存读取数据;以及使用Android 内部Files 存储读取数据。 1. 实现本地简单保存读取文件功能。 文件名输入框有自动提示功能(也就是输入过程中能 够自动提示与我们输入内容相关的内容,以供选择),提示相关内容不能重复(最完美的情况是不出现相同文件名提示,遗憾的是此程序未能实现) 。此外,退出程序后重新进入程序,自动提示效果依然存在。(使用了AutoCompleteTextView 控件实现自动提示效果)
T9
- T9输入法,名字听起来陌生,可是大家却经常使用它。可以说T9输入法是输入法历史中的一次革命。至少自T9输入法开始,输入法有长足的进步。 如图手机中九个数字键。26个英文字母被分配到2至9这8个数字键上。以前想输入英文单词的时候总是需要连续多次按某个键,才能得到目标字母。比如想输入“hello”,就需要按两次4,两次3,三次5,三次5,三次6.输入一个单词需要数十次的按键,更何况还有经常按错的情况。编辑一条短信非常麻烦。 T9输入法很好的解决了这一问题。用户利用9个数字键输入非常杂的英文单
SearchInforView
- 实现输入文字的搜索功能,输入字符自动匹配字符串,实现搜索。-Achieving the search function of the input text, the input character automatically matching strings, search.
android_shengchengerweima
- android输入文字生成二维码并扫描解析毕业设计源码采用eclipse+adt开发,SDK版本4.4,是一个二维码生成和解析的范例, 供制作android毕业设计的同学做参考。-android input text and generates two-dimensional code scanning resolve graduation project source code using eclipse+ adt development, SDK version 4.4, it is a
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
BiuEditText-masterView
- 这是一个Android文本输入框的特效源码,demo提供了炫目的文本飞入效果,源码目前只能使用Android studio来实现,可以直接以依赖方式导入项目。-翻译 这是一个Android文本输入框的特效源码,demo提供了炫目的文本飞入效果,源码目前只能使用Android studio来实现,可以直接以依赖方式导入项目。 This is an Android Open Source text input box effects, demo provides a compellin
RavenClaw_yyhbcx
- 语音对话版航班查询源码是一个一个语音查询的例子源码,其实这个例子的想法很不错,使用讯飞或者微信的语音服务,直接引导用户输入要查询的内容,语音转化成文字以后再直接查询想要的信息这种做法非常适合一些懒人,不过讯飞和微信的语音转文字都需要联网。本例子里面使用的语音api已经失效了,仅供参考。 -Speech dialogue version flight query source is a voice query by example source code, in this example is a
SearchInforView
- android搜索search自动提示功能,源码SearchInforView,该源码功能SearchView可以支持自定义效果实现的,该功能很容易修改或添加其他功能的,如果大家需要修改的话,只用简单地设置一下输入文字的变化监听即可了,非常方便使用的-Android search automatically prompts, the source SearchInforView, the source function searchview can support custom effects,
SpeechToTextDemo
- 可支持语音到文本转换功能,这个程序很简单。他有一个Mic符号按钮。点击之后我们触发Android的Speech To Text意图(Intent)显示一个对话框来接收语音输入。输入的语音然后会被转换成文本并显示到一个text view中-Can support voice to text conversion function, the program is very simple. He has a Mic symbol button. After we click on the Speech
UITest
- 本UI库提供了消息列表、输入视图等常用组件,支持常见的消息类型:文字、图片、语音、视频等。(The UI library provides common components such as message lists, input views, and support common message types: text, pictures, voice, video, etc..)
AutoCompleteTextViewTest
- AutoCompleteTextView(自动完成文本框)从EditText派生而来,比普通文本编辑框多一个功能:当用户输入一定字符之后,自动完成文本框会显示一个下拉菜单,供用户选择。当用户选择某个菜单项之后, AutoCompleteTextView按用户选择自动填写该文本框。(AutoCompleteTextView (automatic text box) is derived from EditText, than ordinary text edit box more than one