My developed android application can run on emulator fine but when I export it to .apk and install to my galaxy S it very slow to show any content.
My application have to connect with web service and database that run on localhost. I try to move web service and database to another host that faster but it doesn't solve my problem. Any one can suggest me what should I do?
Thank you for any suggestion.
Ps. I develop my application by using Java with Eclipse and Tomcat