摘要:
我们最常使用Intent来实现Activity之间的转跳,最近做一个app用到从系统搜索图片的功能,使用到了intent的setType方法和setAction方法,网上搜索一番,发现实现转跳只是Intent功能的九牛一毛,现在对Intent功能做一个总结,以作备忘。 我们经常使用如下方法实现一... 阅读全文
posted @ 2016-01-08 05:02
li-xyz
阅读(428)
评论(0)
推荐(0)
摘要:
1.从google搜索内容Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(SearchManager.QUERY,"searchString") startActivi... 阅读全文
posted @ 2016-01-08 04:32
li-xyz
阅读(3279)
评论(0)
推荐(0)
浙公网安备 33010602011771号