I am running an activity from another one but I have to inflate like 200 views so it takes 3-4 seconds to start. How do you recommend me to do? Should I make a loading screen? If yes, how hould I do that?
EDIT: is it possible to load the onCreate() of an activity at the beggining of the app and show the activity later ?