I would like to enable my customers to read their data on my website through cell phones.
My website is ASP.NET application.
I saw Nokia and Apple has their own SDKs that enables you to accomplish it creating software application.
- Is there a unique language platform I can code my software in order to run it on all cell phone brands? Like java or c++?
- If so, is there a quick start application so I’ll be able to start studying it?
If you use the Rhodes framework by Rhomobile, you can write your application once in Ruby, and then deploy to iPhone, Windows Mobile, RIM (Blackberry), Symbian (Nokia) and Android.
You will still have to install all the SDKs for the different phones (which means you pretty much need to use OSX), but you don’t have to use them: Rhodes will take care of how to call all the different compilers to generate the different executables.
If you sign up for the RhoHub hosted development service, you don’t even need to install anything, you can build apps for all supported phones on RhoHub’s build cloud at the push of a button.
Since this is the third time that this exact same question has been asked, you might also want to look at the other two: