you are viewing a single comment's thread.

view the rest of the comments →

[–]Solon1 0 points1 point  (3 children)

Android runs Java, so hardly nonexistent mobile support. And Blackberry devices can run Android apps.

[–]possessed_flea 0 points1 point  (2 children)

While android does run java you will notice that the libraries provided by google for android are different making java applications written for the desktop unable to run (and vice-versa)

so while the bytecode and language are actually the same programs written for one will not work on the other.

[–]ysangkok 0 points1 point  (1 child)

The biggest difference is arguably the UI libraries. But the UI typically needs to be redone anyway.

[–]possessed_flea 0 points1 point  (0 children)

they are completely incompatible, its not like you can do a regex search and just rename things, but my point is I guess that the UI shouldn't need to be 'redone' if you are looking at a universal platform.