E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Searchable
android 系统搜索框的使用及获取输入
配置文件中 声明处理搜索的Activity 2
searchable
.xml定义 3 如果当前的Activity就是响应搜索请求的Activity
yinger_fei
·
2012-01-30 16:00
android
Android 浮动搜索框(SearchManager)
而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager具体使用步骤如下:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml
pengjianbosoft
·
2011-12-31 19:00
Lucene
和Hibernate对比1.环境配置compass的jar分词器的jar1.2“庖丁"分词器配置复制配置文件到SRC:设置字典所在目录2.利用Compass定义实体索引和功能设置5种注解介绍:2.1@
Searchable
kellhan
·
2011-12-16 20:00
lucene
spring
hibernate
Lucene
和Hibernate对比1.环境配置compass的jar分词器的jar1.2“庖丁"分词器配置复制配置文件到SRC:设置字典所在目录2.利用Compass定义实体索引和功能设置5种注解介绍:2.1@
Searchable
kellhan
·
2011-12-16 20:00
spring
Hibernate
Lucene
Searchable
配置文件详解(下)
文章来源:http://developer.android.com/guide/topics/search/
searchable
-config.html的一些属性主要用于定义在键入搜索关键字时或suggestion
hudashi
·
2011-12-09 10:00
android
String
System
action
Dictionary
encoding
Searchable
配置文件详解(上)
文章来源:http://developer.android.com/guide/topics/search/
searchable
-config.html当你开发
Searchable
应用程序时,你需要一个配置文件来对其进行配置
iteye_17686
·
2011-12-09 10:00
移动开发
人工智能
ui
Searchable
配置文件详解(上)
文章来源:http://developer.android.com/guide/topics/search/
searchable
-config.html当你开发
Searchable
应用程序时,你需要一个配置文件来对其进行配置
hudashi
·
2011-12-09 10:00
android
String
search
query
action
button
Searchable
之自定义Suggestions(下)
原文地址:http://developer.android.com/guide/topics/search/adding-custom-suggestions.html如何为Suggestions声明intent当用户在suggestion列表中选择了一个suggestion,系统就向你的searchableactivity发送一个custom的Intent.你必须定义该intent的action
hudashi
·
2011-12-09 10:00
Searchable
之自定义Suggestions(中)
原文地址:http://developer.android.com/guide/topics/search/adding-custom-suggestions.html提取suggestions的ContentProvider用于提取suggestions的ContentProvider和普通的ContentProvider差不多,只是它返回的Cursor必须包含特定的列,这样系统才好从中提取数据
hudashi
·
2011-12-09 10:00
android 搜索框(二)
如果想启动那个android自己的那个很好看的搜索控件(其实是一个浮动的Activity),只需要一个函数:onSearchRequested();不过这个搜索框也要通过一个xml做配置,xml文件叫
searchable
.xml
whbwh123
·
2011-11-29 18:00
Android提供语音搜索功能
只需要在
searchable
配置文件中写入下面的代码,很简单:注意:一定要认真考虑是否语音搜索是否适合你的应用程序。要充分的测试你的语言识别,确保能够识别你的查询类型!切记,切记!
ltl451011
·
2011-11-10 16:00
android
测试
语言
encoding
android中Creating a
Searchable
Activity
1.在中用ACTIONSEARCH声明这个Activity。2.用来指定searchableconfiguration。例如: ...执行查询:当你的activity启动时,通过下面的代码来获得查询:publicvoidonCreate(BundlesavedInstanceState){ super.onCreate(savedInstanceSt
ltl451011
·
2011-11-10 15:00
android
String
application
search
query
action
android中Search之Creating a
Searchable
Configuration
创建一个名为
searchable
.xml的文件,必须保存在res/xml目录下。其中android:label为必要属性。
ltl451011
·
2011-11-10 14:00
android
search
encoding
android内置搜索对话框(浮动搜索)例子
差点忘了,先上图看效果吧: 步骤:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml的配置文件 viewplain (2)
vrix
·
2011-10-09 13:00
android
null
search
query
button
encoding
Android---浮动搜索框(SearchManager)
而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager具体使用步骤如下:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml
jiguansheng
·
2011-09-06 19:00
android
Searchable
(二)
四、创建
Searchable
Activity
searchable
activity根据搜索关键字进行搜索,并显示搜索结果。
z303729470
·
2011-08-23 17:00
search
Searchable
(一)
文章来源:http://developer.android.com/guide/topics/search/search-dialog.html一、前言:Android为程序的搜索功能提供了统一的搜索接口,searchdialog和searchwidget。searchdialog只能为于activity窗口的上方,searchwidget可以位于任何位置。searchdialog和searchw
z303729470
·
2011-08-23 17:00
search
android搜索框实现
中有详细的介绍不过都是英文的看了好久呢 功能是比较简单的就是配置起来有点麻烦下面详细说一下 首先看效果 就这样简单首先来看配置: 一、搜索框配置文件是一个用来配置您的应用程序中搜索框的设置的XML文件,这个文件一般命名为
searchable
.xm
pengjianbosoft
·
2011-07-27 16:00
android
String
search
query
action
encoding
Android浮动搜索框
而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager具体使用步骤如下:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml
ORIETech
·
2011-07-06 09:00
android
String
null
search
query
website
Android Map Api 使用和开发(3)浮动搜索框 ,通过地址名称获取经纬度和详细地址并定位
一、配置搜索框
searchable
.xml 搜索框其实是系统提供的,可以设置很多属性
wapysun
·
2011-06-30 17:00
android
Android Map Api 使用和开发(3)浮动搜索框 ,通过地址名称获取经纬度和详细地址并定位
一、配置搜索框
searchable
.xml 搜索框其实是系统提供的,可以设置很多属性
isiqi
·
2011-06-30 17:00
android
Android Map Api 使用和开发(3)浮动搜索框 ,通过地址名称获取经纬度和详细地址并定位
一、配置搜索框
searchable
.xml 搜索框其实是系统提供的,可以设置很多属
totogo2010
·
2011-06-30 17:00
android
api
null
query
action
encoding
android内置搜索对话框(浮动搜索)例子
差点忘了,先上图看效果吧:步骤:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml的配置文件 (2) manifest.xml配置,搜索结果处理的Activity
totogo2010
·
2011-06-27 23:00
android
String
search
query
button
encoding
android内置搜索对话框(浮动搜索)例子
差点忘了,先上图看效果吧:步骤:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml的配置文件 (2)manifest.xml配置,搜索结果处理的
wapysun
·
2011-06-27 23:00
android
android内置搜索对话框(浮动搜索)例子
差点忘了,先上图看效果吧:步骤:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml的配置文件 (2)manifest.xml配置,搜索结果处理的
isiqi
·
2011-06-27 23:00
android
android中
searchable
的使用
//seachable.xml: <
searchable
xmlns:android="http://schemas.android.com/apk/res/android"
xinqiqi123
·
2011-05-28 11:00
java
xml
android
compass和spring 集成实现实时搜索
类里面增加实现搜索的功能 Person类 import org.compass.annotations.Index; import org.compass.annotations.
Searchable
osacar
·
2011-05-19 03:00
spring
xml
.net
quartz
Lucene
compass和spring 集成实现实时搜索
类里面增加实现搜索的功能 Person类 import org.compass.annotations.Index; import org.compass.annotations.
Searchable
osacar
·
2011-05-19 03:00
spring
xml
.net
quartz
Lucene
compass和spring 集成实现实时搜索
类里面增加实现搜索的功能 Person类 import org.compass.annotations.Index; import org.compass.annotations.
Searchable
osacar
·
2011-05-19 03:00
spring
xml
.net
quartz
Lucene
android.app.SearchManager
对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UI SearchManager具体使用步骤如下: (1)配置search bar的相关信息,新建一个位于res/xml下的一个
searchable
.xml
abc20899
·
2011-05-09 17:00
android
UI
xml
android源码解析 ---- Mms 短信息,如何使用系统浮动搜索框
1.配置searchbar的相关信息,位置res/xml/
searchable
.xml说明:label和hint要有,其中label默认没有显示,如果想要显示,添加:android:searchMode
dany1202
·
2011-04-25 11:00
如何在Android Quick Search Box中添加自己的app,按照我的意愿去Search
在Search settings里,
Searchable
items中原本有5个可勾选的项,分别是:Web ,
zidangtou
·
2011-04-20 11:00
android
xml
Web
.net
Blog
设备的search按钮调用自己程序的search模块
只需在这个activity对应的manifest文件中加上一个meta-data 例如: <meta-data android:name="android.app.default_
searchable
TremendousTurtle
·
2011-04-14 14:00
android
UI
solr总结 第六部分:solr查询语法
-- catchall field, containing all other
searchable
text fields (implemented
zy19982004
·
2011-03-24 15:00
apache
xml
IBM
Solr
如何在Android Quick Search Box中添加自己的app,按照我的意愿去Search。
在Search settings里,
Searchable
items中原本有5个可勾选的项,分别是:Web , Apps , Contacts , Messaging , Music 。
beifenggo
·
2011-03-02 17:00
android
如何在Android Quick Search Box中添加自己的app,按照我的意愿去Search。
在Search settings里,
Searchable
items中原本有5个可勾选的项,分别是:Web , Apps , Contacts , Messaging , Music 。
linuxstuding
·
2011-03-02 17:00
android
如何在Android Quick Search Box中添加自己的app,按照我的意愿去Search。
在Search settings里,
Searchable
items中原本有5个可勾选的项,分别是:Web , Apps , Contacts , Messaging , Music 。
wapysun
·
2011-03-02 17:00
android
简单使用Android Search Dialog
首先需要在res下创建文件夹xml,然后在res/xml下创建
searchable
.xml: 这是
searchable
.xml的最简化的配
h416756139
·
2011-02-28 18:00
android
xml
QuickSearcheBox---SearchManager获取search列表
在android 2.2之后加入了SearchManager,通过SearchManager可以查询出所有含有
searchable
的ap.
追求幸福
·
2011-02-25 14:00
java
android
Android如何把SearchManager和User Dictionary联系在一起
先了解一下Search 1) In your <activity>, an intent filter, and a reference to a
searchable
.xml file
wapysun
·
2011-02-22 23:00
android
Android如何把SearchManager和User Dictionary联系在一起
先了解一下Search 1) In your <activity>, an intent filter, and a reference to a
searchable
.xml file
linuxstuding
·
2011-02-22 23:00
android
Android如何把SearchManager和User Dictionary联系在一起
先了解一下Search 1) In your <activity>, an intent filter, and a reference to a
searchable
.xml file
beifenggo
·
2011-02-22 23:00
android
如何使用android中的搜索功能
onSearchRequested(); 2.AndroidManifest.xml中添加 <meta-data android:name="android.app.
searchable
lhc966
·
2011-01-13 10:00
android
xml
fulltext
searchable
DMI_QUEUE_ITEMAqueueitemobjectstoresinformationaboutanobjectplacedonauser’squeue.Objecttypetag:1bAqueueitemobjectrecodsinformationabouttasksandotherobjectsqueuedtoaspecificuser'sInbox.Tasksaretypicall
gexp.fang
·
2010-12-30 16:00
workflow
grails
searchable
highlight显示查询结果
查不到中文的结果,所以这里记一下以前用lucene时,还比较好控制,用
searchable
还不太适应。def index = { if (!params.q?.
asdtiang-java-groovy-grails
·
2010-12-22 17:00
Android---浮动搜索框(SearchManager)
而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager具体使用步骤如下:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个
searchable
.xml
chengbs
·
2010-11-29 13:00
xml
android
UI
tree 实现搜索效果
--
Searchable
Tree control example. uses e4x expression to find a node with matching id attribute-->
tw5566
·
2010-10-11 11:00
xml
Office
UP
Adobe
compass如何实现文件搜索
package fileSearcherTest; import org.compass.annotations.Index; import org.compass.annotations.
Searchable
笑我痴狂
·
2010-10-10 02:00
apache
thread
JUnit
F#
Lucene
compass如何实现文件搜索
package fileSearcherTest; import org.compass.annotations.Index; import org.compass.annotations.
Searchable
笑我痴狂
·
2010-10-10 02:00
apache
thread
JUnit
F#
Lucene
compass如何实现对对象的增删改查操作 设置高亮器 索引分页
package objectSearcherTest; import org.compass.annotations.Index; import org.compass.annotations.
Searchable
笑我痴狂
·
2010-10-10 02:00
java
thread
多线程
JUnit
Lucene
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他