Possible duplicate:
Is there an effective tool to convert c # to java?
I am not very knowledgeable in Java and have a lot of C # that I would like to translate into Java syntax so that it becomes compiled.
Reason: Android and Google Cloud
I know that APIs / Platforms have different structures, but we say that we do not need 100% compatibility, but simply to translate "core functionalitet". As I found out, the GUI itself is one story. But instead of rewriting each SWITCH-CASE, rebuild each class, etc., It would be nice to "match" objects with Java equal, and then recompile on the Android / Google platform.
I am sure that there would be something that cannot be translated as “C # the only thing” - but just like every language can generate .NET / MONO, I thought Java → .Net could exist, and so also also a decompiler seems to be?
So, are there any simple ways to overcome this translation using Frameworks, SDK or other similar methods that will automatically occupy 80-95% of the task?
source share