Posts by Felipe A. • 171 points
5 posts
-
1
votes1
answer115
viewsQ: Android Volley Multiple Requests in Parallel
I’m developing an application where I have to make several Volley requests in parallel to fill out spinners, and there are two times I call this screen. The first time is for a new registration,…
-
0
votes1
answer127
viewsQ: Save to Multiple Tables Zend Framework 2
I am new to PHP and Zend Framework 2, I am passing on a project written in C# ASP.NET to PHP using Zend and I came across the following problem. I have 2 tables: user and street. In the user table I…
-
1
votes4
answers2456
viewsA: Set coordinates when opening map
Todo Marker, you have to insert via JS. As you already have the position, just send to javascript and pick up a variable. Or set direct as in this example from W3schools. W3schools This link below…
-
2
votes1
answer419
viewsQ: Host ASP.NET Project on IIS on Machine Itself
Gentlemen, good afternoon. I am developing an application in ASP.NET C#, and would like to host this application in the IIS of my machine. My machine is a windows 7, with IIS 7. My internet is not…
-
3
votes0
answers1328
viewsQ: API for Secure Notifications
Gentlemen, good night! I’m doing an integration with pagseguro for my site. I set the page to receive the notification whenever its status is changed according to the code below. protected void…