MyEclipse: Using Hessian for Client interaction krishna.chaitanya - Apr 13, 2011 - 09:31 AM Post subject: Using Hessian for Client interaction
Hello,
I created an Android project and added the two programs (shown below). When I run the project, the console shows that the below example has been loaded onto the Emulator. But I don't see my application as an icon on the AVD (android virtual device). Why so?
______________________
package example.ex;
public interface Basic {
public String hello();
}
______________________