1.重新设置了listview.setadapter之后 ,是否要重新加载listview.headView.orFootView?

 

2.android输入法问题

//弹出 输入法、

InputMethodManager imm = (InputMethodManager) context


.getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.RESULT_UNCHANGED_SHOWN, InputMethodManager.HIDE_NOT_ALWAYS);

 

3.listview

posted on 2012-11-09 09:59  刘易成  阅读(85)  评论(0)    收藏  举报