1 SplashScreen.java
// 插入初始化代码:init();
}
SplashScreen.setSplashMessageAndProgressValue( " ok " , 100 );
SplashScreen.terminateSplashThread();
5 在任何需要更新进度条的地方,例如第3步中的init()方法中调用
有时间做个小例子放上来。
1 SplashScreen.java
5 在任何需要更新进度条的地方,例如第3步中的init()方法中调用
有时间做个小例子放上来。
转载于:https://www.cnblogs.com/cuizhf/archive/2011/09/05/2167589.html