I am developing a project where one button will occupy two or more cells in a gridview. Is that possible? What I initially did was using imageadapter but it's limited to one cell each in the gridview. Thank you.
Asked
Active
Viewed 117 times
0
-
whats the point if you are using grid view then display the button outside of the grid view. – user1844638 Feb 05 '13 at 09:10
-
I'm actually creating a battleship game for our school project. I have a gridview then the buttons will be the ships. – goldthelocks Feb 05 '13 at 13:43
1 Answers
0
Okay after reading your comment I suggest you use SurfaceView. It is more fitting for your game.
Here is a good game tutorial for beginners.
Just replace the images with your battleships.

Lazy Ninja
- 22,342
- 9
- 83
- 103