There are the following layout options to create interfaces for android.
AbsoluteLayout FrameLayout LinearLayout TableLayout RelativeLayout (and some more)
Which of the following is most suitable for designing simple games? Guessing that the absoluteLayout is easiest, but will it be problems with different screen sizes? What do you recommend?