I am completely new to Android programming (I just did a few lessons / read developer guides, etc.), and like every beginner I want to make a useless game :-).
I am currently struggling with a variety of layouts. As in the example, I created a class that extends SurfaceViewand puts it in FrameLayout. Around this SurfaceViewI want to have a different look, similar to Buttonsand TextViews. Something like that:
-----------------------------------------------
| TextView | SurfaceView | TextView |
| | | |
------------ ------------
| | | TextView |
| | | |
| | ------------
| | | TextView |
| | | |
| | ------------
| | | |
| | | |
-----------------------------------------------
| Button Button |
-----------------------------------------------
- FrameLayout RelativeLayouts ( TextViews ), SurfaceView (), . layout_width layout_height dp, 0,0, ( TextView ..).
, , ? ? draw() SurfaceView ?