1
Well, I’m having problems developing apps in Visual Studio, my computer is 32 bits, so there’s no way I can test the apps with emulator, and test on my own phone, a 4-inch Lumia.
In my last project, which had everything to be a great app, I had the frustration of seeing it not work on devices with other types of relationship, so I related this to the use of the tag "Grid", because in it I used several as we do in html with Divs, to separate the canvas into frames and then turn these frames into tables, with rows and columns.
My question does not have much to do with code in general but rather with the use of this tag in general, can the excessive use of it compromise the app? There is also the Stackpanel that would be a panel, but I do not really know what each one serves and how to use, could someone give me a light on this? 'Cause the rest is cool I know how to use, just this question that don’t let my apps work, I’ve given up hope so.
Is developing to
WP10
? I recommend focusing on WP10 and learning aboutAdaptiveTrigger
not to be frustrated again.– rubStackOverflow
I’m developing for Windows Phone 8.X since most smartphones are with the 8.1, I’m waiting a little to migrate the development to the 10. Well, I took out the Grids and put Stackpanel on tomorrow I’m gonna run a test on my girlfriend’s cell phone that has a different resolution than mine.
– Leonardo