OnItemLongClickListener
こんにちは、データの Arraylist があります。arraylist の各フィールドに実装したいと思います。で実装しようとするとOnGestureListener
、
任意の提案をいただければ幸いです
リストビューを使用して実行できます. http://developer.android.com/guide/topics/ui/layout/listview.htmlを確認してください
listView.setOnItemLongClickListener (new OnItemLongClickListener() {
public boolean onItemLongClick(AdapterView parent, View view, int position, long id) {
//do your stuff here
}
});