23tony
Well-Known Member
I'm wondering about working with graphics when developing games.
So far, my only work with graphics has been importing an image for a splash screen. There hasn't been a lot of positioning I've had to deal with - which is what I'm wondering about. How do you position images for a game?
Since you can't know the screen resolution, it seems that absolute positioning won't work. But constraint layout and relative layout don't seem like they would work for something like laying out tiles or moving an object around (i.e. Candy Crush and Breakout games). So is there a specific approach to doing this?
Reference to tutorials would also be welcome.
Thanks!
So far, my only work with graphics has been importing an image for a splash screen. There hasn't been a lot of positioning I've had to deal with - which is what I'm wondering about. How do you position images for a game?
Since you can't know the screen resolution, it seems that absolute positioning won't work. But constraint layout and relative layout don't seem like they would work for something like laying out tiles or moving an object around (i.e. Candy Crush and Breakout games). So is there a specific approach to doing this?
Reference to tutorials would also be welcome.
Thanks!