Posts by Renan Eberle Costella • 161 points
4 posts
-
3
votes1
answer206
viewsA: How to prevent the app from being "minimized" by Appswitch(Recentapps) Xamarin Android
After much research and conversation with other colleagues, we found that in the method OnPause() you can lock the button AppSwitch(RecentApps) using the code below. protected override void…
-
2
votes0
answers302
viewsQ: How to use credentials on an Httpwebrequest
I’m trying to capture an image from an IP camera. In the first model tested, it worked normally, since the model in test did not require credentials to return the images as a array de bytes because…
-
8
votes1
answer206
viewsQ: How to prevent the app from being "minimized" by Appswitch(Recentapps) Xamarin Android
I need to lock the device only for one application. I use in my project a line that determines that my app becomes a launcher. So, the home screen of the device is my application and the HomeButton…
-
0
votes0
answers106
viewsQ: How to restrict the operation of some Android buttons
I’ve been trying a few days, some alternatives to lock the buttons of a tablet and then I need them back to work. I’ll show you some ways I’ve done and which one is operating in the best way…