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
searchManager
Sphinx4语音识别的框架
在Decoder中的
SearchManager
负责用FrontEnd产生的特征以及Lingu
rfc2008
·
2011-12-09 17:50
开源
语音识别
sphinx
在一个apk中调用另外一个apk中的activity
通过指定的Intent就可以调用,比如打开搜索的: Java代码 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
zhy000
·
2011-10-19 23:04
android
职场
休闲
intent大全
php1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
xlover
·
2011-09-24 16:00
intent
Android---浮动搜索框(
SearchManager
)
浮动搜索框的使用其实并不难,而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager具体使用步骤如下:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个searchable.xml的配置文件,如默认值、是否有搜索建议或者语音搜索。代码 android:label ="@string/search_label
jiguansheng
·
2011-09-06 19:00
android
在一个apk中调用另外一个apk中的activity
通过指定的Intent就可以调用,比如打开搜索的Java代码1.Intentintent=newIntent(Intent.ACTION_WEB_SEARCH); 2.intent.putExtra(
SearchManager
.QUERY
mzlogin
·
2011-08-10 16:00
android下的系统Intent大全
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
zjl5211314
·
2011-08-08 20:00
intent action 跳转到系统应用,调用系统功能
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
mzz5240
·
2011-07-27 10:00
String
Stream
null
action
email
sms
Android------Intent用法大全
google搜索内容 Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
webcenterol
·
2011-07-20 16:00
android
Android------Intent用法大全
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
sunchaoenter
·
2011-07-20 16:00
String
Stream
null
action
email
sms
Android点滴
通过指定的Intent就可以调用,比如打开搜索的:Java代码 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
aomandeshangxiao
·
2011-07-06 11:00
window
application
application
intent
状态栏
Android点滴
Activity,通过指定的Intent就可以调用,比如打开搜索的:Java代码Intentintent=newIntent(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
wangxiaohigh
·
2011-07-06 11:00
android
Android浮动搜索框
Android---浮动搜索框(
SearchManager
)浮动搜索框的使用其实并不难,而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager
ORIETech
·
2011-07-06 09:00
android
String
null
search
query
website
android调用系统程序
搜索内容 Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
shazhuzhu1
·
2011-06-16 22:00
Web
android
Google
Security
mobile
【Android】intent action 跳转到系统应用,调用系统功能
Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
moto0421
·
2011-05-17 17:00
android
Google
F#
android.app.
SearchManager
浮动搜索框的使用其实并不难,而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UI
SearchManager
具体使用步骤如下: (1)配置search
abc20899
·
2011-05-09 17:00
android
UI
xml
android下的系统Intent应用
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
weiqingli190949353
·
2011-03-31 10:00
一个apk调用另外一个apk的activity
比如打开搜索的: Java代码 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
咖啡动力
·
2011-03-30 11:00
xml
android
Web
Android系统常用Intent大全
7247721.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
c8822882
·
2011-03-29 16:00
Intent系统路径
google搜索内容 Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
zhchzh1000
·
2011-03-18 17:00
Web
android
F#
Google
android intent和intent action大全
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
sam_zhang1984
·
2011-03-05 11:00
android
String
application
action
email
sms
QuickSearcheBox---
SearchManager
获取search列表
在android 2.2之后加入了
SearchManager
,通过
SearchManager
可以查询出所有含有searchable的ap.
追求幸福
·
2011-02-25 14:00
java
android
Android如何把
SearchManager
和User Dictionary联系在一起
如何把
SearchManager
和User Dictionary联系在一起?
wapysun
·
2011-02-22 23:00
android
Android如何把
SearchManager
和User Dictionary联系在一起
如何把
SearchManager
和User Dictionary联系在一起?
linuxstuding
·
2011-02-22 23:00
android
Android如何把
SearchManager
和User Dictionary联系在一起
如何把
SearchManager
和User Dictionary联系在一起?
beifenggo
·
2011-02-22 23:00
android
Android---浮动搜索框(
SearchManager
)陷阱
在前一段时间按照要求在软件的首界面调用系统的浮动搜索框实现搜索的功能,参考了网上的例子很快就实现了,测试也通过了,但是有一天用HTC的A9191测试出现了问题,他的右下角有一个搜索键,而当初测试的时候测试机器是没有这个键的,问题就出在这里,当我单击搜索的按钮的时候可以调出搜索框,当单击手机右下角的搜索键的时候也是可以的,但是当我进入程序里面的时候里面是没有搜索的功能的,我们只在主界面有一个搜索键,
GaoMatrix
·
2011-02-09 11:00
调用另外一个apk中的activity 自javaeye
Java代码 Intent intent = new Intent(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
googlelee
·
2011-01-24 21:00
Web
xml
Android系统搜索对话框(浮动搜索框)的使用
所有的这些工作都由
SearchManager
类来为您处理(以下简称“搜索管理器”),它管理的Android搜索对话框的整个生命周期,并执行您的应用程序将发送的搜索请求,返回相应的搜索关键字。
angle_rupert
·
2010-12-29 22:00
java
android
ListView
search
query
action
认知 android.app.
SearchManager
SearchManager
的作用是提供对系统搜索服务的访问。
angle_rupert
·
2010-12-24 16:00
manager
网络
filter
service
application
search
Android-SDK SearchableDemo--浮动搜索框(
SearchManager
)
当您需要在您的应用程序中提供搜索服务时,您第一个想到的是您的搜索框要放哪呢?通过使用Android的搜索框架,应用程序将显示一个自定义搜索对话框来处理用户的搜索请求。通过一个简单的搜索按钮或从您的应用程序中调用API,搜索对话框就会显示在屏幕的顶部,并会自动显示您的应用程序图标。如下图所示:本文将教你如何为你的应用程序提供一个自定义搜索对话框。这样做,给您的用户提供一个标准化的搜索体验,并能增加如
isiqi
·
2010-12-22 09:00
android
xml
应用服务器
配置管理
网络应用
Android-SDK SearchableDemo--浮动搜索框(
SearchManager
)
当您需要在您的应用程序中提供搜索服务时,您第一个想到的是您的搜索框要放哪呢?通过使用Android的搜索框架,应用程序将显示一个自定义搜索对话框来处理用户的搜索请求。通过一个简单的搜索按钮或从您的应用程序中调用API,搜索对话框就会显示在屏幕的顶部,并会自动显示您的应用程序图标。如下图所示:本文将教你如何为你的应用程序提供一个自定义搜索对话框。这样做,给您的用户提供一个标准化的搜索体验,并能增加如
talin2010
·
2010-12-22 09:00
android
xml
应用服务器
网络应用
配置管理
Intent 用法大全
.从google搜索内容Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
liangjian103
·
2010-12-08 13:00
android
Web
Google
F#
Intent调用系统实例分析
google搜索内容Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
lhc966
·
2010-12-02 16:00
android
Web
Google
F#
Android---浮动搜索框(
SearchManager
)
浮动搜索框的使用其实并不难,而是在于它的配置非常之繁琐,对于它的使用主要是方便开发者对于程序中有搜索业务时,更好的设计UISearchManager具体使用步骤如下:(1)配置searchbar的相关信息,新建一个位于res/xml下的一个searchable.xml的配置文件,如默认值、是否有搜索建议或者语音搜索。代码 android:label ="@string/search_label
chengbs
·
2010-11-29 13:00
xml
android
UI
android 原生应用的调用
google搜索内容Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
ypf3027
·
2010-10-29 17:00
android
Web
F#
Google
androidUI第二部分---1.2.1Dialog,AlertDialog如何生成
中有可选的管理Dialog的几个回调函数onCreateDialog(int)和onPrepareDialog(int,Dialog) 另外对Dialog有两个接口进行可进行监听android.app.
SearchManager
.OnDismissListener
ytm419
·
2010-10-05 11:00
android intent和intent action大全
Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
itmg_lee
·
2010-09-16 10:00
android
Web
Security
Google
F#
Android系统常用Intent大全
google搜索内容 Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(
SearchManager
.QUERY
chroya
·
2010-07-29 21:00
android
Web
Google
F#
调用系统内部
searchmanager
组建时,Intent参数的传递与获取
在android利用数据库实现搜索联想功能一文中主要介绍了数据的联想和联想列表的显示,但是没有设计到点击搜索按钮时,activty的跳转和参数的传递功能。下面主要介绍一下activty的调转和参数的传递和获取。在实际的应用中经常用到搜索功能,当用户搜索完毕以后,可能会跳到另外一个activty,并且需要或得之前的activty的一些参数。下面先看一下效果图:其中第三幅图中的最后一行的内容是第一幅图
isiqi
·
2010-06-13 15:00
android
SVN
调用系统内部
searchmanager
组建时,Intent参数的传递与获取
在android利用数据库实现搜索联想功能一文中主要介绍了数据的联想和联想列表的显示,但是没有设计到点击搜索按钮时,activty的跳转和参数的传递功能。下面主要介绍一下activty的调转和参数的传递和获取。在实际的应用中经常用到搜索功能,当用户搜索完毕以后,可能会跳到另外一个activty,并且需要或得之前的activty的一些参数。下面先看一下效果图:其中第三幅图中的最后一行的内容是第一幅图
muyu114
·
2010-06-13 15:00
manager
调用系统内部
searchmanager
组建时,Intent参数的传递与获取
在android利用数据库实现搜索联想功能一文中主要介绍了数据的联想和联想列表的显示,但是没有设计到点击搜索按钮时,activty的跳转和参数的传递功能。下面主要介绍一下activty的调转和参数的传递和获取。在实际的应用中经常用到搜索功能,当用户搜索完毕以后,可能会跳到另外一个activty,并且需要或得之前的activty的一些参数。下面先看一下效果图:其中第三幅图中的最后一行的内容是第一幅图
tudusi
·
2010-06-13 15:00
manager
android下的系统Intent大全
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
freezgw1985
·
2010-01-17 14:00
launcher-->Search研究
(Intent.ACTION_SEARCH);//actionsearchintent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);intent.putExtra(
SearchManager
.QUERY
wong_judy
·
2010-01-15 11:00
数据库
search
query
action
Android如何调用Google Web Search?
Intent(Intent.ACTION_WEB_SEARCH); search.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); search.putExtra(
SearchManager
.Q
wangqiaowqo
·
2010-01-05 17:00
Web
android
Google
Android如何调用Google Web Search?
Intent(Intent.ACTION_WEB_SEARCH); search.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); search.putExtra(
SearchManager
.Q
wangqiaowqo
·
2010-01-05 17:00
android
Web
Google
Intent 用法大全
1.从google搜索内容Intentintent=newIntent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(
SearchManager
.QUERY
offbye
·
2010-01-04 09:00
String
Stream
null
action
email
sms
Jforum中索引模块的分析(1)
1.
SearchManager
接口, JForum定义了一个
SearchManager
接口,通过LuceneManager实现了其中的方法。对于索引和检索进行统一的管理。
moxuansheng
·
2009-11-16 21:00
Lucene简单介绍
下面给一个接口
SearchManager
来定义一般要用到的方法。
jefferson
·
2006-11-16 15:00
lucene
搜索引擎
Apache
.net
工作
Lucene简单介绍
下面给一个接口
SearchManager
来定义一般要用到的方法。
jefferson
·
2006-11-16 15:00
apache
.net
工作
搜索引擎
Lucene
Lucene简单介绍
下面给一个接口
SearchManager
来定义一般要用到的方法。
jefferson
·
2006-11-16 15:00
lucene
搜索引擎
Apache
.net
工作
Lucene简单介绍
下面给一个接口
SearchManager
来定义一般要用到的方法。
jefferson
·
2006-11-16 15:00
apache
.net
工作
搜索引擎
Lucene
上一页
1
2
3
下一页
按字母分类:
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
其他