Posts by Heris Magno • 53 points
2 posts
-
4
votes2
answers498
viewsQ: Blocked installation when debugging app by Android Studio
When trying to debug or install an application I am developing, the following message appears on the device where the APK is being installed. Blocked installation. This app contains code created…
-
1
votes1
answer65
viewsQ: Httpwebrequest.Getresponseasync is limiting to 2 simultaneous calls
I own an application where clients can download packages that are files . zip with an average of 1Gb. When starting a download, a new thread is created that will make the request and via stream…