I am totally new in Microsoft Windows Mobile 6.5.3 Professional. I an a java developer. I develop application for Android Phone but new in Windows Mobile. So please give the information how this is possible.
What is the SDK for this OS.
How I configure my Eclipse for this.
how I get the Emulator?
I must need to know C++ ?
Where I get the tutorials from the starting.
As far as an IDE goes you cannot use VS 2010 for WM6. VS2010 only works on WM7. You have to use VS2005 Standard or up or VS2008 Pro or up.
Being a Microsoft platform it uses .net. While there are a few differences between c# and Java, it is nothing a competent developer cannot overcome.
Following is an article on getting started.
http://msdn.microsoft.com/en-us/library/bb158522.aspx
Related
I am new in Oracle MAF, Is it work well like xcode work for IOS and eclipse work for android development
MAF uses a web layer for the UI effectively similar to PhoneGap/Cordova so its not like writing your code in xcode. The app would be an HTML5 app wrapped in an xcode project with the JVM embedded within. As far as I know the embedded JVM uses an interpreter since JIT's are disallowed on iOS.
Disclaimer: I work for Codename One which does use native code for iOS development in Java thru AOT bytecode to C translation.
I'm trying to build a very simple application that fetches all the discovered Bluetooth devices and do something with it. I looked around for some APIs to get started with, but the only one I could find was BlueCove. I tried using it, but it ended up having tons of issues. Majorly: com.intel.bluetooth.BluetoothStackBlueZ not available
I use Linux Fedora 20, JDK 1.7 and Intellij IDE. Can anyone suggest a reliable opensource Bluetooth Java API, that works properly on a linux environment and also has some appreciable documentation/tutorials?
I'm planning to develop a library that will work on multiple platforms: Android, BlackBerry, Windows, MacOS.
I will probably use a lot of functionality having to do with XML parsing and HTTP requests and responses.
Should I be aiming for Java SE or ME during development?
You have no choice like "SE vs ME", really
Android is Android. It's Java SE (almost), but it cannot call itself Java SE nor Java ME
BlackBerry is Java ME
Windows and Mac OS run Java SE, there's no point to run Java ME there
Windows phones run neither. OK, you can run Java ME, but users won't
So the answer will be, "both and don't forget Android"
If you are looking for developing applications in Java ME, I suggested Use LWUIT. Its supports Java ME, Blackberry and Android. You have change little bit on each platform. No need to change full source code. Look on following useful links,
LWUIT blog
About LWUIT
Note: In future LWUIT supports iPhone. :)
What alteration should be made in a Java Application to be able to install it on Java Enabled Smartphone?
I tried using a random app of mine to see what happens, when I open it on the cell, it says Install? I say yes, and it says invalid file.
Now I was wondering what alteration should be made?
My smartphone (Samsung S8500) runs on bada which is more or less the same as Android, but alterations in the General.
You need different SDK for smartphones. Like for Android, you need Android SDK 1.5 or any other version. You just cannot install the same application. You need to develop using the resources provided by the SDK.
If your application is Java based mobile application then you can use some tools to convert it for Android. Doesn't work every time but worth a try.
In your case, Bada OS is not like Android what i learn from here. So, you need to develop the application using J2ME .
Does anybody know if its possible to write a barcode scanning application for the SPT-1800 in Java?
I don't know how to program the Old School Palm OS.. so java would be great.
It looks like you will have to write a Palm app in C to control that model.
See the Software Development Kit (SDK), v. 4.10 and FAQ: Where Can I find the Palm SDK & Development Tool? for more information.
The Motorola/Symbol sites are not very intuitive so here's a link to all of the SPT1800 support documents.
The SDK's are usually very good and get you up and running with a sample application pretty quickly.
I had hoped to use Java for the MC3000 and MC9000 series recently but it appears Motorola/Symbol has stopped releasing updated Java SDK's for those devices and are concentrating on the .NET SDK now.
The Java SDK's also require additional licensing of the JVM from 3rd party vendors which considerably adds to the final cost of deployment.
I would think that Waba/SuperWaba would be your best bet for an older PalmOS device.