资 源 简 介
A tool that allow you to write Blackberry mobile device applications using C#.
Version 0.5: New Compiler + Platform Going Forward
First versions of the compiler up to version 0.3 took a C# application and convert it into Java, compiled and then run on the Blackberry device.
The method above works but have problems:
1) Conversion of C# into Java... this is a very complicated task for the compiler since both languages are very different.
2) Full support for the Blackberry OS APIs... Yes this is a very big task... The library support version 4.x to date but new OS 5.0 and 6.0 added a lot of additional APIs... To support these APIs are a big task to make sure that the library/run-time is always up to date.
3) New platforms like Blackberry Playbook tablet PC not to support Java for awhile. Currently this platform supports only Adobe AIR and WebWorks support to b added next year around Feb 2011.
Because of above reasons I had to