Reputation: 563
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
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
Reputation: 329
You could see the Xamarin repository on GitHub, there's lots of samples. https://github.com/xamarin/monodroid-samples
Upvotes: 1
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