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:
surfaceview
not work regularview
in regard.instead, following:
- put
surfaceview
inside offramelayout
orrelativelayout
in layout xml file, since both of allow stacking of widgets on z-axis- move drawing logic separate custom
view
class- add instance of custom view class layout xml file child of
framelayout
orrelativelayout
, have appear aftersurfaceview
this cause custom
view
class appear float abovesurfaceview
.
there sample project need
Comments
Post a Comment