Why would you even need this beast?
hmmm ... it's good to be programing-language agnostic at times. I'm aware that Android does not run on Java alone. As long as the programming language is compilable into .class files, you can actually deploy the .apk file into your phone.codes -> .class -> .dex -> .apk
ah, I see, so you need to write your apps in Python, but can't bc Android only runs java classes.
yupe that's why I was thinking to fiddle with Jython :D
Why would you even need this beast?
ReplyDeletehmmm ... it's good to be programing-language agnostic at times. I'm aware that Android does not run on Java alone. As long as the programming language is compilable into .class files, you can actually deploy the .apk file into your phone.
ReplyDeletecodes -> .class -> .dex -> .apk
ah, I see, so you need to write your apps in Python, but can't bc Android only runs java classes.
ReplyDeleteyupe that's why I was thinking to fiddle with Jython :D
ReplyDelete