I programmed my first app today with this tutorial http://www.androidhive.info/2012/05/how-to-connect-android-with-php-mysql/
In addition I added an FTP Upload for a File from SD Card to my own FTP, which is working also well. With on exception. I'm getting the (translated) error "Application is not responding, WAIT or CLOSE" (https://imgur.com/C2pLaiO) because the file which I am uploading is about 30MB so that it needs some time.
For the ftp Upload I used the library ftp4j-1.7.2.jar from sauronsoftware.it/projects/ftp4j/
What do I need to do to get rid of this message?