https://github.com/codepath/android-menus-popups-dialogs-demo
Android app demonstrating how to display menus, popups and dialogs.
https://github.com/codepath/android-menus-popups-dialogs-demo
Last synced: about 2 months ago
JSON representation
Android app demonstrating how to display menus, popups and dialogs.
- Host: GitHub
- URL: https://github.com/codepath/android-menus-popups-dialogs-demo
- Owner: codepath
- Created: 2014-03-13T08:23:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-06T20:48:35.000Z (about 10 years ago)
- Last Synced: 2023-05-10T14:13:27.217Z (about 2 years ago)
- Language: Java
- Size: 801 KB
- Stars: 31
- Watchers: 13
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Menus + Popups + Dialogs Demo
Android demo of menus, popups and dialogs. See the [Menus and Popups](http://guides.thecodepath.com/android/Menus-and-Popups) cliffnotes for more details.
Features:
* Displaying a custom dialog with layout content
* Displaying a custom dialog with alert builder
* Displaying a popup menu to show secondary actions
* Displaying a popup window for a tooltip
* Enabling contextual action modes for list items
Screens:
![]()
![]()
![]()
![]()
![]()
![]()