I am having list view when i click on the list it moves to next activity and starts file
copying .But it is not displaying next activity’s ui ,it is displaying only after file
copying finishes.Any help ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like you need to offload the file copying to an asynctask or similar. If you are doing the copy on the main thread then nothing else will execute until it is complete.