- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/Quinny898/PersistentSearch
软件介绍
PersistentSearch 可以在 APP 上实现固定的搜索栏,例如 Google Now,Google Maps 和 Google Play。
示例代码:
@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
if (isAdded() && requestCode == SearchBox.VOICE_RECOGNITION_CODE &&
resultCode == getActivity().RESULT_OK) {
ArrayList<String> matches = data
.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
search.populateEditText(matches);
}
super.onActivityResult(requestCode, resultCode, data);
}How Great Decisions Get Made
Maruska, Don / 2006-2 / $ 20.28
All too often, solving tough work issues can become a tug of war as clashing departments, priorities, personality styles, and other concerns threaten to destroy any possibility of a successful conclus......一起来看看 《How Great Decisions Get Made》 这本书的介绍吧!
