Click here to Skip to main content
15,885,899 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello, This is Vikas Gohil.

I know we can develop android applications using Java.

I want to know since android supports java, can we do all the things that are possible using Java on desktop PC under a full fledged OS, in android as well.

eg. I know using Java we can work with Excel, Word and PDF Documents. So will these features also work on Android OS embedded in a Hardware.

Anyone worked on Android platform please share your experiences as I am totally new to android and embedded systems.

Thanks in advance.
Awaiting a reply soon.
Posted

1 solution

The Android JVM is NOT fully J2SE. There is a lot of information here[^]
 
Share this answer
 
Comments
VikashGohil 19-Nov-10 6:54am    
Thanks for the link. If Android JVM is not that powerful, does that means that any embedded system that supports Java, will not have JVM as J2SE.
Nagy Vilmos 19-Nov-10 7:07am    
@VikashGohil There's a whole host of different specifications for J2ME devices. You really need to know the device first to know what it will supports. At the lowest level, there's no floating point numbers - integers only - and at the top you get Android which is PDG, but specifically does not include everything. Sadly it's a case of reading up.
Nagy Vilmos 19-Nov-10 7:08am    
@VikashGohil Please vote and if the answer helped and mark as answered if that is the case. Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900