How to draw circle,rectangle manually on android videoplayer -
i wanna draw circle,rectangle or manually on video player(while video playing) in android.is possible?if code samples better.
thanks.
there answer ur question:
quoted post:
surfaceviewnot work regularviewin regard.instead, following:
- put
surfaceviewinside offramelayoutorrelativelayoutin layout xml file, since both of allow stacking of widgets on z-axis- move drawing logic separate custom
viewclass- add instance of custom view class layout xml file child of
framelayoutorrelativelayout, have appear aftersurfaceviewthis cause custom
viewclass appear float abovesurfaceview.
there sample project need
Comments
Post a Comment