Android Open Source - fullscreen-popupmenu Popup Menu Listener






From Project

Back to project page fullscreen-popupmenu.

License

The source code is released under:

MIT License

If you think the Android project fullscreen-popupmenu listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.lion.pupupmenu;

public interface PopupMenuListener {
  public void onHomePressed();

  public void onKeycodeMenuPressed();

}




Java Source Code List

com.example.popupmenudemo.MainActivity.java
com.lion.homewatcher.HomeWatcher.java
com.lion.pupupmenu.FullScreenPopupMenu.java
com.lion.pupupmenu.PopupMenuArrayAdapter.java
com.lion.pupupmenu.PopupMenuListener.java