ListView
に基づくいくつかのカスタム関数のようなカスタム リストを作成しましたAdapterView
。すべてがうまくいきました。EditText
リストの各子(行)にを入れた場合を除いて、スクロールすると遅れて遅くなります。コンソールは、以下のような多くの行を出力し続けます:
06-05 13:03:20.922 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
06-05 13:03:20.922 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
06-05 13:03:20.932 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
06-05 13:03:20.932 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: setComposingRegion on inactive InputConnection
06-05 13:03:20.932 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
06-05 13:03:20.932 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: getExtractedText on inactive InputConnection
06-05 13:03:20.932 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
06-05 13:03:20.942 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
06-05 13:03:20.942 15836-15836/com.rerevn.listviewtest W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection