Shipu
Shipu

Reputation: 563

Android based application development in c#

I want to develop android based application in c#.Can anyone tell me where can i find the sample code and other useful material.

Upvotes: 0

Views: 277

Answers (3)

gsscoder
gsscoder

Reputation: 3402

Look at these samples: https://github.com/xamarin/mobile-samples/tree/master/MWC and https://github.com/gshackles/NycCodeCamp6

Regards, Giacomo

Upvotes: 0

Markissimo
Markissimo

Reputation: 329

You could see the Xamarin repository on GitHub, there's lots of samples. https://github.com/xamarin/monodroid-samples

Upvotes: 1

Marcin Hoppe
Marcin Hoppe

Reputation: 541

Please take a look at Mono for Android by Xamarin (http://xamarin.com/monoforandroid). I haven't used it myself but think this is the closest you can currently get as a C# alternative to Android Java ecosystem.

Upvotes: 1

Related Questions