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.
リスト項目をクリックすると、トーストに位置が表示されます。しかし、位置がずれます。なぜこの種の問題が発生したのか。私を助けてください!
listView.setOnItemClickListener(new OnItemClickListener(){
@Override public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) { // TODO Auto-generated method stub Log.i("You clicked On ", arg2+"" ); });