On Saturday, 14 December 2013 14:10:49 UTC-8, Ankush Gupta wrote:
> You can take a screenshot and attach it.
>
>
> The blocks that I posted launches an Activity (an application, in this case Google Maps assuming it's installed) to handle the Intent (a special message) with the information as following
> Action = android.intent.action.VIEWthis means that the application that handles the Intent needs to be able to perform a VIEW action on itDataUri = "geo:" longitude "," latitude "?z=23"in this case, "geo:" is a special prefix that indicates that this is a geographical location.longitude is the longitude of the location you wish to open in Google Mapslatitude is the latitude of the location you with to open in Google Maps"?z=23" is a suffix that tells Google Maps how far to zoom in, with 23 being the most zoomed in as possible (and 1 showing the entire earth)
>
> On Saturday, December 14, 2013 4:37:37 PM UTC-5,
fadlin...@gmail.com wrote:i dont know how to attach my block diagram.. i have search but i really confuse. there have not any button to attach.. i dont make like ur diagram.. can i ask u, from your diagram , how it function.? this is show our location or target position on maps??
hey thank you.. i have done my app.. thank for ur help. it very helpful.. right now i want to create sms system.. how to create a button when click it will sent a message and no. that was program. like a static message and no?? are that posibble to built