views:

32

answers:

1

Hey guys,

I'm looking for a way to make Overlayitem hold more than just a title and snippet, e.g a link to a picture, a music file playing.. something like that. is this possible?

A: 

Subclass OverlayItem and hold onto whatever you like.

CommonsWare
I'm having trouble understanding how exactly I'd do this, do you have any links or perhaps an example?
Ulkmun
@Meowmix: I don't have a simple example. Here is a complex one: http://github.com/commonsguy/cw-advandroid/tree/master/Maps/ILuvNooYawk/ However, it is pretty much just standard Java (e.g., `class CustomItem extends OverlayItem`).
CommonsWare