5

Is there a free way to develop apps for my Galaxy Tab (Androind 2.2) using c#? Or are there only paid solutions?

2 Answers 2

5

Currently MonoDroid is the only CLR implementation on *Droid platforms so short answer is no. The cheapest solution would be get the student edition from MonoDroid store.

Edit: There is one open source implementation here but the reliability is doubtful: https://github.com/koush/androidmono

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

Comments

0

Just develop in Java with Eclipse. It's easy to learn, free do download and use (especially if you already know how to develop in C# with M$ tooling), and there's lots of community support.

4 Comments

Agreed, C# is pretty much the same thing as java. Maybe starting to differentiate a little bit with the last release, but Java is like writing dumbed down C#
Sounds like a plan. Is there an IDE I can download? Kinda, a 'Visual Studio 2010' for Eclipse?
Eclipse is the IDE platform. The Android dev guide does a decent job of walking through all the steps to get started. developer.android.com
This answer has to be put as a comment. This is definitely not the answer.

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.