摘要: 我们最常使用Intent来实现Activity之间的转跳,最近做一个app用到从系统搜索图片的功能,使用到了intent的setType方法和setAction方法,网上搜索一番,发现实现转跳只是Intent功能的九牛一毛,现在对Intent功能做一个总结,以作备忘。 我们经常使用如下方法实现一... 阅读全文
posted @ 2016-01-08 05:02 li-xyz 阅读(395) 评论(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 阅读(3239) 评论(0) 推荐(0) 编辑