Brief description:
SufaceView extends View
View is drawn in the UI thread,
SurfaceView is drawn in a sub-thread . Games generally use SurfaceView. Advantage: Avoid blocking the UI th
Brief description:
SufaceView extends View
View is drawn in the UI thread,
SurfaceView is drawn in a sub-thread . Games generally use SurfaceView. Advantage: Avoid blocking the UI th
For the app I’m designing for the iPad, I have a scroll view that contains some text fields/text views. To keep everything visible, I adjust the contentSize property of the scroll view, in Add a bu