user1595972
user1595972

Reputation: 21

Monodroid platform

I'm new on Monodroid platform, I wonder is there good references/books/examples that integrate Monodroid with Google javascript API (Drive, Calendar, Contact, etc.). What I know is that there Client Library for .NET/C# but I fail integrate it with Monodroid (not understand to use OAuth on Monodroid too)

Upvotes: 2

Views: 261

Answers (3)

benhorgen
benhorgen

Reputation: 1975

I've always found Wally's books rock solid for instruction. He and a few others authored "Android Programming with Mono for Android and .NET/C#" published by Wrox. Search amazon, there are other books out there too.

There is a 3 book set also published by Wrox; the 3-pack includes a book on iOS development using C# (MonoTouch) and a book identifying some cross-platform techniques and patterns for tying the codebases together.

The book titles are:

  • Professional Cross-Platform Mobile Development in C#

  • Professional iPhone Programming with MonoTouch and .NET/C#

  • Android Programming with Mono for Android and .NET/C#

Upvotes: 0

grendel
grendel

Reputation: 512

Here's a collection of links which you might find helpful:

Upvotes: 4

Roland Mai
Roland Mai

Reputation: 31097

Lots of samples at https://github.com/xamarin/monodroid-samples from Xamarin.

Upvotes: 2

Related Questions