Tech blog

Solving problems

About
Contact

Archive for the ‘Mobile development’ tag

C# for Android phones

leave a comment

Novell (Mono/C#) is developing MonoDroid

This is really big for current .Net developers, Novell is working to bring C# to Android. Recently they brought C# to the iPhone in the form of MonoTouch. This will make it easier for developers to make cross platform apps as well as bring some of the existing apps that are made using MonoTouch to Android.

MonoDroid will give Android developers tools for binding the Java APIs, while making them accessible through the JIT-compiled, 335-powered runtime engine. This will hopefully allow allow developers to reuse their engine and business logic code across all mobile platforms and swapping out the user interface code for a platform-specific API. MonoTouch for iPhone devices and the Monodroid APIs for Android devices. If this works out the gap between Android and Iphone apps will continue to get smaller and Android app quality should also improve.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Written by Avivo

April 30th, 2010 at 8:25 am

JAR and JAD installation problems: Compulsory attributes missing

leave a comment

If you have something like this in your JAD file

MIDlet-Description: Your application
MIDlet-Icon: /res/p1/icon.png
MIDlet-Jar-Size: 273904
MIDlet-Jar-URL: http://someurl.com/application.jar
MIDlet-Name: AppName
MIDlet-Vendor: VendorName
MIDlet-Version: 0.9.33
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0

Be careful and check if you have some empty lines in your JAD file because this is causing this error!
Just delete empty lines.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)