A view for a game without a layout
I'm at the beginning of my development for my game and I have a basic
question.
Is the layout necessary for displaying a view?
I have the method which allows me to make the toolbar disappear and set
the view screen wide, but it seems a bit useless to do so. Besides in the
snake sample provided in the sdk, the views are merged without a layout.
So, which one is the best practice. And if it's the layout-less solution,
how to do for a unique view to display?
Thanks.
No comments:
Post a Comment