私はAndroidのためにプログラムする方法を学んでいますし、オブジェクトの後に文字のセットを見ている、そのようなものが一例である私は、以下があります:<?>はJavaまたは他のプログラミング言語の意味は何ですか?
lv.setOnItemClickListener(new OnItemClickListener() {
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
//When clicked, show a toast with the TextView text
//Toast.makeText(getApplicationContext(),((TextView) view).getText(),Toast.LENGTH_SHORT).show();
//When clicked, shows items of the selection
}
});
重複[?Javaで>トークンの意味は何ですか](http://stackoverflow.com/questions/6938488/what-is-the-meaning-of- Javaのトークン)と[>はAndroidのメソッドシグニチャの意味は何ですか?](http://stackoverflow.com/questions/8410288/what-does-mean-in-android-method-signature)このページの右側の「関連」欄に見つかった(これは質問のタイトルを入力した後のものと全く同じですが、将来は重複していることに注意してください) – BalusC
ありがとうご迷惑をおかけして申し訳ありません – allegjdm93