Android Popup Window with Icons and Custom Layout
This project demonstrates the implementation of Popup Windows in Android using built-in methods and custom layouts. It showcases how to create and handle popup menus with and without icons and implement custom-designed popup windows.
- Popup Menu: A standard popup menu created using the built-in PopupMenu class.
- Popup Menu with Icons: A customized popup menu with visible icons.
- Custom Layout Popup Window: A popup window using a custom layout for a more personalized user experience.
- Android Studio Chipmunk or later.
- Kotlin 1.5 or later.
- Minimum SDK 21 (Android 5.0 Lollipop).