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:

see here

quoted post:

surfaceview not work regular view in regard.

instead, following:

  1. put surfaceview inside of framelayout or relativelayout in layout xml file, since both of allow stacking of widgets on z-axis
  2. move drawing logic separate custom view class
  3. add instance of custom view class layout xml file child of framelayout or relativelayout, have appear after surfaceview

this cause custom view class appear float above surfaceview.

there sample project need

see here


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -