문제

I have a class named Initializer which checks for Internet connection, load open feint and google analytics and calls some notification adds. This is a simple class. Now I want it to replace it with a splash screen. Can any one help me that how can I add the splash screen functionality and Initialize all these things at the same time while the screen is splashing in AndEngine? I know how to add a simple splash screen but dont know how to Initialize other things with it.

도움이 되었습니까?

해결책

Use an AsyncTask. Essentially, this creates a background thread that can do longer tasks without blocking the UI thread.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top