Change Video position while playback
Is there any way on Android to dynamically change position of VideoView or SurfaceView while playing video?
I've tried to use view a开发者_Python百科nimators, Surface.setPosition(), View.layout(), push Surface view with ralated LinearLayout with bigger weight( this approach helps sometimes and i see that video jumps to new position while playing but i need smooth moving.) and nothing happens until video ends.(Checked on Emulator (2.2) and Nexus One - results are the same)
Test it on actual device, mine also didnt work on emulator but worked on device
精彩评论