Re: [android-developers] Google maps api v2 issue

2013-02-09 Thread Mark Murphy
On Sat, Feb 9, 2013 at 1:13 PM, g...@deanblakely.com
 wrote:
> The problem may not be complexity of the framework.  Most tutorials for
> Android lack specificity and there is usually never a "download working
> project" option (as there is in your book).

Here's a whole directory of Maps V2 working projects, from the
aforementioned book:

https://github.com/commonsguy/cw-omnibus/tree/master/MapsV2

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.5 Available!

-- 
-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Google maps api v2 issue

2013-02-09 Thread g...@deanblakely.com
Thanks for the answer and I'm glad that it is NO.
 
As for the complexity, when I first began developing for android I recall 
it took me less than a half hour to get the Hello Google Maps app working.  
I've already spent 6 hours on 
https://developers.google.com/maps/documentation/android/start#installing_the_google_maps_android_v2_api
 
and still can't get it to work.  This guy: 
http://nlabs.wordpress.com/2012/12/13/the_maps_sample_from_google_play_services/
 
that has a tutorial to the tutorial said it took him two days to finally 
get it to work.  I'll put in another 8 hours today trying to get it to work.
 
The problem may not be complexity of the framework.  Most tutorials for 
Android lack specificity and there is usually never a "download working 
project" option (as there is in your book). 
Thanks, Gary

On Friday, February 8, 2013 5:21:39 PM UTC-7, Mark Murphy (a Commons Guy) 
wrote:

> On Fri, Feb 8, 2013 at 7:08 PM, ga...@deanblakely.com  
> > wrote: 
> > I see that v2 appears an order of magnitude more complex 
>
> Actually, I found it to be simpler, at least for many operations, once 
> you get past the "is the Play Services Framework installed?" hassle. 
> Drag and drop, for example, is an order of magnitude easier to 
> implement. 
>
> > Since google play services are needed does that mean that my app will 
> only 
> > be able to be distributed on google play and not, say, be distributed 
> from 
> > my own web site? 
>
> No. It means that the device needs the Play Services Framework, 
> whether that is part of the firmware or installed off the Play Store. 
>
> > Is this a move by google to force apps to be distributed 
> > only via google play? 
>
> No. 
>
> -- 
> Mark Murphy (a Commons Guy) 
> http://commonsware.com | http://github.com/commonsguy 
> http://commonsware.com/blog | http://twitter.com/commonsguy 
>
> In questi siti web puoi chiedere o rispondere a domande relative allo 
> sviluppo di applicazioni Android: http://www.andglobe.com 
>

-- 
-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Google maps api v2 issue

2013-02-08 Thread Mark Murphy
On Fri, Feb 8, 2013 at 7:08 PM, g...@deanblakely.com
 wrote:
> I see that v2 appears an order of magnitude more complex

Actually, I found it to be simpler, at least for many operations, once
you get past the "is the Play Services Framework installed?" hassle.
Drag and drop, for example, is an order of magnitude easier to
implement.

> Since google play services are needed does that mean that my app will only
> be able to be distributed on google play and not, say, be distributed from
> my own web site?

No. It means that the device needs the Play Services Framework,
whether that is part of the firmware or installed off the Play Store.

> Is this a move by google to force apps to be distributed
> only via google play?

No.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

In questi siti web puoi chiedere o rispondere a domande relative allo
sviluppo di applicazioni Android: http://www.andglobe.com

-- 
-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Google maps api v2 issue

2013-02-08 Thread g...@deanblakely.com


I'm about to put my Android app, which uses google api v1 onto the market.  
I now see that v1 has been depreciated and that I am urged to use v2 
instead.  I see that v2 appears an order of magnitude more complex and that 
google play services are needed.

Since google play services are needed does that mean that my app will only 
be able to be distributed on google play and not, say, be distributed from 
my own web site?  Is this a move by google to force apps to be distributed 
only via google play?

thanks, Gary

-- 
-- 
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 more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.