Ken McCrary
Lurker
I apologize but I am 60 and I know this is quite simple but I am completely ignorant while trying to follow tutorials for Android Studio. This is so simple I don't want to have to spends weeks trying to learn java for a simple personal use item.
I need to create an app for my own use for now that has 14 columns and 4 rows of buttons that can be toggled on and off and for which I can put my own images, and it needs to be programmed in LANDSCAPE orientation only. This 14 x 4 grid of buttons can take up the whole screen.
The first 13 rows all buttons need to be on by default and turn invisible when touched, but toggle back to visible if touched again. One of the last buttons in the 14th column needs to close the application with an "are you sure warning". One of these last 4 buttons needs to be able to reset ALL the first 13 columns to their default on position, again with an "are you sure" warning. The last 2 buttons will be for future use.
That's it
I know this is a piece of cake for you pros, but help creating this code would be of tremendous help to an old man. Thank you for your interest and help.
I need to create an app for my own use for now that has 14 columns and 4 rows of buttons that can be toggled on and off and for which I can put my own images, and it needs to be programmed in LANDSCAPE orientation only. This 14 x 4 grid of buttons can take up the whole screen.
The first 13 rows all buttons need to be on by default and turn invisible when touched, but toggle back to visible if touched again. One of the last buttons in the 14th column needs to close the application with an "are you sure warning". One of these last 4 buttons needs to be able to reset ALL the first 13 columns to their default on position, again with an "are you sure" warning. The last 2 buttons will be for future use.
That's it
I know this is a piece of cake for you pros, but help creating this code would be of tremendous help to an old man. Thank you for your interest and help.
Last edited: