0

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-tutorial Commented 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. Commented 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. Commented Mar 22, 2012 at 11:44

3 Answers 3

1

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

0

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

Regards, Giacomo

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.