I have a listview in parent activity and I am passing some parameter from parent screen to child activity.Also I have custom theme and title bar.My question is When I go from parent listview to child view screen, it takes too long time and black screen comes for a while.
What is the reason and how can I avoid it?
I searched in google a bit and also I saw one reason but it did not work for me.
Can anybody help me?
When you reach to next screen please put your processing task in thread (in OnCreate()) and show progress dialog for waiting.
Edit – Try with this theme in activity and let me know what happend.