I have developed one web application that runs under all browser via applet (core is written in c).
Now, I planned to develop the same application for android, but android does not support Java Applets, I want to invoke my application via browser so I have to call my application using like applet or ActiveX but both are not supported by Android, do you have any idea on how to do this?
I’m affraid you are on your own here. If you like to have at least some compatibility with different android devices and versions your options are
slow loading and compatibilitz depends on skill of cross platform toolkit provider )
supporting execution of arbitrary binary code in browser is security nightmare and is not going to happen on most browser under android