Posts by Lucas • 21 points
2 posts
-
1
votes1
answer689
viewsQ: Find files on Xamarin Android
I am putting an xml file inside the project but it is not being located by my XmlTextReader where in the project I should put this file and how to find it in the emulator folder? I’m using Xamarin…
-
1
votes2
answers1193
viewsQ: More than one *Layout* in the app
How do I instantiate a new screen, I have the Main.axml And I wish that when I hit the button I’d call my own Result.axml. I wonder how I do it in Xamarin in C#. And if I need 2 Activities’s one for…