|
| Recent
Articles |

Generate Unique Strings & Numbers In C# The System.Guid is used whenever we need to generate a unique key, but it is very long. That's in many cases not an issue, but in a web scenario where it is part of the URL we need to use its string representation which...
C# - Generic Plug-in Application At work, we are about to build a new internal tool for administration of different systems. We developers need certain applications and the sales department...
C# - Screen Scraping Some say that screen scraping is a lost art because it is no longer an advanced discipline. That may be right, but there are different ways of doing it. Here are some different ways that all are perfectly acceptable...
C# Stock Quote Class A couple of months ago one of my readers asked me to build a stock quote class that would automatically update the quote. I forgot about it, but then I found the...
Overload Operators The Right Way In C# It's a good rule of thumb to overload the equality operators on classes. That ensures a correct comparison between to class instances of the same type. If you don't, .NET automatically uses reflection and that is way...
C#: Realtime Currency Exchange Class Soon, I'm facing a new project where the need for up-to-date currency exchanges is crucial. This is not the first time I've done this, but I wanted to make a...
|
|
|
04.05.07 Nokia Eases The Pain For C And Linux Developers By
Glenn Letham For mobile application developers and those creating LBS apps this is huge!
If you develop application and program in C or Linux then your gonna love the new SDKs just released by Forum Nokia.
The Open C plug-ins have been developed to ease the migration pains typically experienced by developers looking to port their apps to a mobile environment.
The tools enable C and Linux developers to port their apps to the Symbian OS (think World's most popular mobile OS) all without any need for special programming skills etc...
This comes from Nokia...
"By making the Open C SDK Plug-In available, Nokia is helping to greatly broaden the potential pool of developers who will be essential in creating compelling applications for the next generation of smart phone devices," said Lee Epting, vice president, Forum Nokia, Nokia's global developer program.
"Because Open C libraries are built on open-source projects, developers who need to design and implement large application bases to run on several operating systems, will now find it easier to write portable code for Symbian OS based devices. The increase in developer productivity from Open C will drive exciting new opportunities for S60 application development" For more info see http://www.forum.nokia.com/openc or see the full announcement at http://www.lbszone.com/content/view/1804/2/
Comments
About the Author: Anything Geospatial: Tracking developments affecting GIS, geospatial technologies, location-based services, mapping, google earth and google maps. Published by the creator and editor of GISuser.com & LBSzone.com
|
|