代码中:
EditText editText=(EditText)findViewById(R.id.name);
editText.setImeOptions(EditorInfo.IME_ACTION_DONE);
EditText editText=(EditText)findViewById(R.id.name);
editText.setImeOptions(EditorInfo.IME_ACTION_NEXT);
或者配置文件中:
<EditText android:text="@string/name" android:id="@+id/name"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:imeOptions="actionNext"></EditText>
<EditText android:text="@string/name" android:id="@+id/name"
android:layout_height="wrap_content" android:layout_width="fill_parent"
<EditText android:text="@string/name" android:id="@+id/name"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:imeOptions="actionNext"></EditText>
在群里看到的 挺有用 可以拿来必要时参考
启动时:onCreate, onStart, onResume
按Home键:onPause, onStop
从菜单中重新启动时:onReStart, onStart, onResume
长按Home键并从stop堆栈列表中启动时:onReStart, onStart, onResume
按返回键:onPause, onStop, onDestroy
按过返回键之后再从菜单或stop堆栈列表中启动时:onCreate, onStart, onResume
转屏时(Ctrl+F11):onPause, onStop, onDestroy,然后onCreate, onStart, onResume
另外在看mars关于生命周期视频的时候有个小问题 一下想不起来 回头找到再补充
ipad 杂志模板