I want to develop android based application in c#.Can anyone tell me where can i find the sample code and other useful material.
3
-
You need to install the NDK (instead of SDK) then start with this mobile.tutsplus.com/tutorials/android/ndk-tutorialBigflow– Bigflow2012-03-22 11:38:54 +00:00Commented Mar 22, 2012 at 11:38
-
In general, it is not possible to write Android applications in anything else than the Android version of Java (or byte-code compatible languages like Scala). You could write a mobile web application using C#, that will also work on Android.nfechner– nfechner2012-03-22 11:39:09 +00:00Commented Mar 22, 2012 at 11:39
-
The version of Java used in the Adroid SDK and C# share many similarities in syntax and functionality, it is arguably worth increasing your own skills and knowledge in learning Java and using other IDE's like Eclipse etc.Lloyd– Lloyd2012-03-22 11:44:27 +00:00Commented Mar 22, 2012 at 11:44
Add a comment
|
3 Answers
You could see the Xamarin repository on GitHub, there's lots of samples. https://github.com/xamarin/monodroid-samples
Comments
Look at these samples: https://github.com/xamarin/mobile-samples/tree/master/MWC and https://github.com/gshackles/NycCodeCamp6
Regards, Giacomo