摘要: public class PlanView extends View{ public float currentX; public float currenty; Bitmap plan; public PlanView(Context context) { super(context); plan 阅读全文
posted @ 2016-03-31 22:10 gentspy 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 用线程 public class Test extends Activity {private final int SPLASH_DISPLAY_LENGHT = 10000; // 延迟10秒@Overridepublic void onCreate(Bundle savedInstanceSta 阅读全文
posted @ 2016-03-31 13:17 gentspy 阅读(130) 评论(0) 推荐(0) 编辑