listview - Android - shortcut icons in custom list adapter (google play music) -


i'm trying reproduce list view on google play music

list view picture

but i'm not sure best way go loading options "start instant mix" or "go artist" upon clicking button looks action overflow in list view. treat them menuitems? if so, callback method use?

the reason want use shortcut in listview because want user able see related albums song on, cannot fit in tiny list view because there might 8 pictures in total. related songs in list view well, suppose best design choice.

i think figured out. reproduced making imageview onclicklistener loads listpopupwindow in listadapter. imageview src used standard menu overflow drawable.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -