Posts by Leonardo Osvald de Souza • 11 points
3 posts
-
0
votes1
answer207
viewsQ: Screen capture/screenshot button in Xamarin
I am developing an App and I need it to take a screenshot, but not by the standard procedure (home button + power), but by a button inserted on the screen. The button has already been created and is…
-
0
votes2
answers247
viewsA: How to use values from each entry in Xamarin?
In order to get the value of each entry, I selected a new Stacklayout ONLY for the Ntries, so I used the Onbuttonclicked event for any button, and when clicking the button it returns the desired…
-
1
votes2
answers247
viewsQ: How to use values from each entry in Xamarin?
The code at the moment is like this, I am doing all the visual part in the Behind code even, without implementing anything directly in XAML. I create the number of Entries according to the value…