Hello. I've been battling with this for weeks and weeks, so I really have tried to figure it out.
But I have failed. :-(
Firstly, in the past couple of months I have had pleasing success and even have 2 projects published on the Google App Store.
But there is one thing (so far) that I simply can't wrap my head around, no matter how hard I try. And that is, how do I make the connection from objects built with the DESIGNER to be able to manage them within the code? Yes, I have managed to do it .... both published programs make the connection .... but the honest truth is I still don't truly understand how the connection works.
Can somebody please help me understand the connection. If I create 36 ImageViews in the Designer, how do I transfer that over to be able to manage them in the code using a 1 dimensional array?
I know that sounds like a dumb question, but I'm confused. There are a number of requirements and I just can't get my head around it, even though I have accidentally achieved it with the 2 published programs.
Dim img as ImageView
tile as Array(img1, img2, img3, ..........
For a = 0 to 35
tile(a).Tag = a
Next
What am I not understanding? The above is just a simple example of where I'm getting lost. Any help will be appreciated.
play.google.com/store/apps/details?id=chasethe.square
play.google.com/store/apps/details?id=thememory.game
Alex
But I have failed. :-(
Firstly, in the past couple of months I have had pleasing success and even have 2 projects published on the Google App Store.
But there is one thing (so far) that I simply can't wrap my head around, no matter how hard I try. And that is, how do I make the connection from objects built with the DESIGNER to be able to manage them within the code? Yes, I have managed to do it .... both published programs make the connection .... but the honest truth is I still don't truly understand how the connection works.
Can somebody please help me understand the connection. If I create 36 ImageViews in the Designer, how do I transfer that over to be able to manage them in the code using a 1 dimensional array?
I know that sounds like a dumb question, but I'm confused. There are a number of requirements and I just can't get my head around it, even though I have accidentally achieved it with the 2 published programs.
Dim img as ImageView
tile as Array(img1, img2, img3, ..........
For a = 0 to 35
tile(a).Tag = a
Next
What am I not understanding? The above is just a simple example of where I'm getting lost. Any help will be appreciated.
play.google.com/store/apps/details?id=chasethe.square
play.google.com/store/apps/details?id=thememory.game
Alex