Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Good Day to all the Masters!

I would like to ask what will i use in developing an application for MS-P2500 Handheld Terminal (RFID device)? will it be Java or Android? I am confused sir/ma'am. I hope you could help me. Thanks in Advance.
Posted
Comments
Richard MacCutchan 10-Aug-15 4:01am    
Is it Android based?

The manufacturer clearly states, that the development environment is Java - and there is an SDK provide with the product...
(There is not the slightest connection between Android and the handheld device you have here)
 
Share this answer
 
Um...

Java is a programming language, which runs under an operating system - and can run on PC and Android devices.

Android is an operating system, not a programming language, so you don't code "in" Android, you code "for" Android in a programming language (generally Java)

So you can't compare them and say "this" or "that" as they aren't equivalents in any way.

Google says that the MS-P2500 Handheld Terminal[^] runs Win-CE, so I suspect that neither Android or Java would really be applicable...try C++ or C#!
 
Share this answer
 
Comments
Kornfeld Eliyahu Peter 10-Aug-15 4:21am    
I saw two versions. One with WinCE and other with some mysterious JavaOS...
On with C++ and other with Java programming environment...
In any case a development SDK provided with the device...
Did you really mean to write "Java or Android"?! This would be the total absurd: Java is a language, and Android is an OS. Hope it was just a typo or something.

Android development documentation highly recommends using Java. However, the final choice is only yours. :-)

—SA
 
Share this answer
 
v3
Thank you for the response, for clearing all things. i'm so sorry for the question.

I am sorry to mentioned the android; (but what i mean is android development).

I've also googled the model but it gives me 2(two) kinds of OS which is : Windows CE and Java. If i develop using java will it be compatible on Windows CE.(Sorry for newbie question because i'm not familiar with this device.)
 
Share this answer
 
Comments
Richard MacCutchan 10-Aug-15 8:47am    
You are in the wrong place. You need to get the technical documentation for the device and study it to find out what you can and cannot do.
Please read Code Project Quick Answers FAQ [ ^]. This site
offers help to fix problems in the code that you write. It
does not provide complete projects.
 
Share this answer
 

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