A question for all
-
I'm trying to study and learn android programming. I noticed that even though android programming is slightly java based, Java apps do not work on android devices. This led me to believe that there is something perculiar about android devices or android programming that does not accept purely Java apps. My question is Why is it so? and also what is it about android devices that reject java apps. i hope you all understand my point
-
I'm trying to study and learn android programming. I noticed that even though android programming is slightly java based, Java apps do not work on android devices. This led me to believe that there is something perculiar about android devices or android programming that does not accept purely Java apps. My question is Why is it so? and also what is it about android devices that reject java apps. i hope you all understand my point
Refer: Comparison of Java and Android API[^]
-
I'm trying to study and learn android programming. I noticed that even though android programming is slightly java based, Java apps do not work on android devices. This led me to believe that there is something perculiar about android devices or android programming that does not accept purely Java apps. My question is Why is it so? and also what is it about android devices that reject java apps. i hope you all understand my point
Member 10790070 wrote:
Java apps do not work on android devices...i hope you all understand my point
No, we don't understand. Of the 45 or so apps on my Android phone that I wrote, all of them were written in Java. :confused:
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
I'm trying to study and learn android programming. I noticed that even though android programming is slightly java based, Java apps do not work on android devices. This led me to believe that there is something perculiar about android devices or android programming that does not accept purely Java apps. My question is Why is it so? and also what is it about android devices that reject java apps. i hope you all understand my point
Android apps, are java, they use Android specific API's to communicate with the phone/tablet hardware and layout to show something, but out of that, they're Java applications.
I want to die like my grandfather- asleep, not like the passengers in his car, screaming!
-
Android apps, are java, they use Android specific API's to communicate with the phone/tablet hardware and layout to show something, but out of that, they're Java applications.
I want to die like my grandfather- asleep, not like the passengers in his car, screaming!
Thank you Sir @Mr Gonzoox. I understand your explanation
-
thank you sir @Mr Peter leow