Android Development
-
Check this Underrated CP article, this is more than enough for you. Challenges and solutions - Architecture of a Modern Web Application - Mobile App - Part 3[^]
thatraja
Agreed. Not seen that before and very informative.
Regards, Rob Philpott.
-
If you're going to post an annoying snotty response, at least quote me right
If it's not broken, fix it until it is
-
Ahh, there is a MSIL byte code translator. OK. Well, MSIL is probably close to byte code anyway; didn't J++ run on .net unmodified?
ΑlphaΔeltaΘheta wrote:
Microsoft made C# an ISO Spec, it's open to use by anyone... there has been a hell lot of apps running in Linuxes using C#/Mono
OK, interesting, didn't know that.
"The whole idea that carbon dioxide is the main cause of the recent global warming is based on a guess that was proved false by empirical evidence during the 1990s." climate-models-go-cold
MSIL is different from Java bytecode. Android gives the option for native apps (unlike that Microsoft's Mango). Android has pre-installed support for Java with dalvik. For MSIL you need MonoTouch or something similar. It is like a whole CLR with AOT compilation applied to it in some versions.
Munchies_Matt wrote:
OK. Well, MSIL is probably close to byte code anyway; didn't J++ run on .net unmodified?
Similar probably. By the time I started learning how a compiler works, J++ had been dead already. No idea:confused:
Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source
-
MSIL is different from Java bytecode. Android gives the option for native apps (unlike that Microsoft's Mango). Android has pre-installed support for Java with dalvik. For MSIL you need MonoTouch or something similar. It is like a whole CLR with AOT compilation applied to it in some versions.
Munchies_Matt wrote:
OK. Well, MSIL is probably close to byte code anyway; didn't J++ run on .net unmodified?
Similar probably. By the time I started learning how a compiler works, J++ had been dead already. No idea:confused:
Beauty cannot be defined by abscissas and ordinates; neither are circles and ellipses created by their geometrical formulas. Carl von Clausewitz Source
ΑlphaΔeltaΘheta wrote:
J++ had been dead already
I recall some discussion of it some time back, how J++, which was supposed to be Java standard'(ish) could run on .net unmodified. Thanks for the clarification though, I don't venture out of the kernel much, ,windows and Linux, so its nice to catch up on stuff like this. :)
"The whole idea that carbon dioxide is the main cause of the recent global warming is based on a guess that was proved false by empirical evidence during the 1990s." climate-models-go-cold