Hi I'm developing android app the app required the custom popup menu it should work on Version 2.1 to 5, The popup look like please Refer the line please click the link
Asked
Active
Viewed 223 times
1
-
ListPopUpWindow is part of the compatibility library. – Blackbelt Jan 08 '15 at 12:07
-
can you tell me the compatibility library name ? – SHAKTHI VELAN Jan 08 '15 at 12:10
-
android support library – Blackbelt Jan 08 '15 at 12:11
-
I'm already having the appcompact-v7 lib also the app working on the Android lollipop theme. – SHAKTHI VELAN Jan 08 '15 at 12:14
-
`import android.support.v7.widget.ListPopupWindow;` – Blackbelt Jan 08 '15 at 12:16
-
can you show the some sample example or link ? – SHAKTHI VELAN Jan 08 '15 at 12:18
1 Answers
0
Android also has a default support for that in support v7 android.support.v7.widget.ListPopupWindow , however if you need a tutorial you can find it here
You can use HoloEverywhere Library for ListPopWindow it starts from sdk version 7 and up

Shubhang Malviya
- 1,525
- 11
- 17