Is there a c# IDE for Android tablet? [closed] - c#

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
This might be a silly question, but I'll ask it anyway.
I'm on the road a lot or otherwise away from my computer, and i don't own a laptop sadly, and I'm still a beginner in programming.
I'm wondering if there is a c# IDE that would run on an android tablet, or will i have to stick to text editors while away from my PC?
Thanks in advance!

A C# IDE doesn't exist on Android as far as i know, but you could have a look at Touchqode, which is a great code editor.
Touchqode is a true mobile code editor that comes with syntax
highlighting, autocomplete and other features found in a desktop IDE

Related

Is it possible to compile a C# program to run on an Android phone? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have some basic code made in C#. Is it possible to compile it for Android with little to no code changes?
You would need to use something like Xamarin (formerly MonoTouch).
Yes, you can develop application for android!
Xamarin For Android - Not a free product, full functional trial is available.
Dot42 - Not free for commercial use.
You can use them!

Are there any real-world MonoMac apps that were Mac AppStore approved? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
(I do hope my question still fits into what is allowed to ask here)
Having successfully developed and deployed iPhone applications using MonoTouch, I was looking for ways to do it for OS X, too.
What I found was MonoMac (also on Github) which looks promising to me.
Since most stuff seems to be from 2010/2011 I'm unsure whether this is still up-to-date.
My questions therefore are:
Are there any real-world applications out there that were recently successfully submitted to the Mac OS X AppStore?
Would you recommend using it for commercial projects nowadays?
Are there any working alternatives? (beside learning Objective C, which I'm currently doing)

Suggested Game Engines for beginning game programmer [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
just curious as to any suggestions for a free game engine I can use to make PC games with, I have been Programming in C++ and C# all through college and internships so I feel very comfortable with either of the languages but have never really explored game developement with the exception of RPGmaker and GameMaker. with that being said I'm looking for an engine/Development tools I can use that would be the most intuitive/accessible. (please don't say gameMaker or RPGmaker, those are horrible to work)
XNA is always a good place to start in my opinion.
There's some pretty cool stuff that's written in XNA:
http://www.youtube.com/watch?v=TgChURF5fQE
http://www.youtube.com/watch?v=OiGADgezjC8
I have done some work with Ogre, which is a c++ library. Not really convivial since it is only a library but powerful enough. There is some good tutorials on their website.

The art of programming: Python vs C# [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
Over the last few years I have grown rather fond of python. I enjoy coding in it a lot more than in other languages. Recently, a coworker told me that he preferred C#. I am having a hard time understanding his choice. When ever I code with C# I feel like its Java but for Microsoft products only. He also added that he is very pleased with the work Microsoft has put into C#. This seems to contradict what I have been lead to believe.
Anyways, which language would you say is more expressive? Which would you use to develop an application and why? What are some of the advantages and disadvantages of using one over the other?
Thanks!

Embed advertisements in a windows application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm developing a free application and would like to make some money by embedding advertisements in it. Initially I had planned to embed ads in a webbrowser control (AdSense, Google Ads) but found that this isn't allowed. Does anybody have experience with this?
The program is coded in C# and will run on PCs not windows mobile
(Although I hate these,) one option for you might be to bundle toolbars? For example, InstallShield 2009 allows you to bundle the Yahoo! toolbar with your app's installer. You join the Acresso Value-Added Services program and get paid everytime the toolbar is used.

Categories