Page 38 - Xamarin Android Application Development
P. 38
ListView 34
Now, let’s have a file collection and display it in the ListView. Also we would call RegisterForCon-
textMenu method which takes the ListView.
We need to override the OnCreateContextMenu method and add the menu items and also the title
of the context menu. As we are having the files displayed, let’s have a menu for file operations.

