Lotus Notes & Android application development in Eclipse?

Hi,

Since Lotus Notes and Android OS apps are Java apps developed in Eclipse, albeit with different Eclipse plug-ins, will it be easy to develop apps that interact with Notes and Android OS phones?

Thanks!

Jeff

Subject: NOTES Java API in Android

there is not Android support in the IBM java Lotus N/D API. If you try to use it (in order to create a session from your android device to a Domino server for example) you’ll find that the N/D API fails because some internal references to the Applet java class.

Android is not a standar J2SE and does not include the Applet java classes (there is no reason for applet development in android).

It would be very simple for IBM to solve the problem providing a special API for Android development (minor code changes).

Subject: Hopefully they will…

as the Android OS grows. Thanks.