/* * Copyright 2018 textile.com All right reserved. This software is the * confidential and proprietary information of textile.com ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in ac…
UpdateInfo public class UpdateInfo { public String version;//服务器的最新版本值 public String apkUrl;//最新版本的路径 public String desc;//版本更新细节 } WelcomeActivity: public class WelcomeActivity extends Activity { ; ; ; ; @Bind(R.id.iv_welcome_icon) ImageView ivWelco…