Kah – The Developer

Archive for December 2008

Defining a Context Menu for your View

Posted by: kahgoh on: 10 December, 2008

In Building a Menu for your Android (V1.0 R1) App, a menu was created for an application. The context menu can create menus based on the current view that has focus.
In order to create context menus, the application needs to know which views will have a menu. This is done by calling registerForContextMenu with the [...]

Tags: