i got this surficeview
<SurfaceViewandroid:id="@+id/videoview"android:layout_width="720px"android:layout_height="480px"/>
how can i manage that set the size automaticly to display size?
Because every android phone has another display size?
thanks!
you’ll have to catch it in onSurfaceCreated() and try to resize it there…
one possible way to get your display size…