Posts by Hugo Cruz • 31 points
4 posts
-
1
votes1
answer567
viewsQ: Increase the "text box" of the <Editor /> in Xamarin Forms
Save people! Would you know how to increase the text space in the Editor />" in Xamarin Forms? In the same way that we can increase an input /> in HTML with padding ? I appreciate any attempt.…
-
0
votes1
answer1431
viewsQ: HOW TO MAKE A Getasync in an ASP.NET API by passing an object as a parameter?
I would like to know how to send an object as a parameter to an API made in ASP.NET and return data by the same way? I understand that the simple method of a Get is: HttpClient cliente = new…
-
0
votes0
answers488
viewsQ: Consuming WEB API ASP.NET MVC 4 [ERROR]
I have a problem... I put my web api in Ocaweb... But if I use the link in the project, it does not work and returns me "Statuscode: 500, Reasonphrase: 'Internal Server Error', Version: 1.1,…
-
1
votes0
answers531
viewsQ: Android app works on emulator, but not on physical device
The entire project, including the back-end works perfectly when running on the emulator Android in the Visual Studio, but when I file APK on-mode release and run in my smartphone, only the front-end…