Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
から拡張された新しいクラスを作成せずonDrawにをオーバーライドしたい, これはオーバーライドしたい私の行ですListViewListView
onDraw
ListView
lv_booksList = (ListView) ll_container.findViewById(R.id.lv_booksList);
どうもありがとう
実行時に Java クラスを変更することはできません*。また、作成後にオブジェクトのタイプを変更することもできません。をオーバーライドしたい場合onDraw、唯一の方法はサブクラスを作成してインスタンス化することです。