Posts by T. Lima • 63 points
3 posts
- 
		3 votes2 answers3831 viewsQ: How to use vectors/arrays in Java?Hello, I am very layy in Java and need to use a variable storing several others. How can I do this? I have the following: LatLng ponto1 = new LatLng(-19.924312,-43.931762); LatLng ponto2 = new… 
- 
		1 votes1 answer471 viewsQ: Compare geopoints with user geolocationI’m using the Google Maps API v2 in the Android Studio and I took the base code that made it available and just implemented a few points on the map, using latitude and longitude of the points… 
- 
		2 votes1 answer824 viewsQ: PHP - Forward $_POST to another domainHello, everybody I have the following page: "xxx.com.br/pagina1.php" In this page1.php contains a form whose "action" is set to "yyy.com.br/pagina2.php" (another domain) I am managing to receive…