Having finished and successfully published my first iPhone application using MonoTouch, I am now looking for an Android version of the same application.
MonoTouch has been very helpful to me since I still think that Objective-C is crazy to read and write (especially on German keyboards). So C # was a good alternative.
In Android, Java is the main development language from what I know. Since Java is much closer to C # than Objective-C, I doubt whether I really need to add an extra βlayerβ of MonoDroid or just use regular Java.
My question is:
From your experience, should you use MonoDroid or could you make your next project directly with Java?
Update 1:
After a tip from @Dani, I found out that there is already a similar question and answer on p.se.com . Should I remove or close this question or ask the administrator to do?
source share