[android-developers] Re: Gradle template, in 'android create project'..

2015-02-02 Thread joe131
Sorry, I got it.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Gradle template, in 'android create project'..

2015-01-31 Thread joe131
Hi All, I noticed that in the 'android' commands 'android create project' and 'android create lib-project' there is a parameter for --gradle (Use Gradle template). I can't find out anything on this. Could someone reply with a link to an article, or something with more detailed information

[android-developers] Detect when Google Maps API v1 has put up initial map..

2013-08-19 Thread joe131
Hi All, I've already looked at some related posts, but what I've tried isn't working. I have an Overlay where I draw some objects, but they always appear first, on the graph background, then the Google Map finally shows up a few seconds later. I wanted to be able to wait till the map has been

[android-developers] Google Maps API KML GroundOverlay..

2012-08-21 Thread joe131
Hi All, I have a KML file and I'm interested in the 'GroundOverlay' and 'LatLonBox' parts of it. I haven't seen any information on this, or how to possibly load the KML file, in the API. I saw some posts about using 'ItemizedOverlay' to do some individual parts of it. Would I have to use