I need to display a delete button on long press of a list item..
I've got the code for long press.. but don't know how to code for displaying a button inside this long press...
|
I need to display a delete button on long press of a list item.. I've got the code for long press.. but don't know how to code for displaying a button inside this long press... |
|||
|
|
|
.xml file
.java file
|
|||
|
|
|
First you have to make that delete button invisible using code, or setting it's property in xml file. When the user clicks on |
||||
|
|
|
You can use Alert dialog. Here is an example
|
|||
|
|