Posts by Valdomiro • 121 points
3 posts
- 
		0 votes0 answers637 viewsQ: API KEY Google MAPS for my customers with application made in DelphiI have created a computer application where the user can track their deliverers using the Google Maps API. The browser is the component Tchromium - to Delphi replacing the Twebbrowser. So far so… 
- 
		10 votes1 answer751 viewsQ: How to send an audio file from Android phone to computer?I’m working on an Android app that records the phone call on a mobile device. I just need to send a copy of the audio file to the computer via TCP/IP. I already have a function that sends text to… 
- 
		2 votes0 answers60 viewsQ: How to discover android version programmatically?I’m new in android and I need to get the version of Android Device in a direct way, without having to consult, for example: if (Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB_MR1) Has as?…