cathar

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年10月26日

摘要: 1. Activity 主要关注与视图窗体的创建(目前理解为网站的网页)。它具有生命周期的概念,onCreate,OnStart,OnRestart, OnResume,OnPause,OnStop,OnDestroy。随着 Activity 对用户的可见和不可见状态转变,onStart()和onS... 阅读全文
posted @ 2014-10-26 02:27 cathar 阅读(284) 评论(0) 推荐(0) 编辑

2014年10月25日

摘要: 1. 新建hello world总是不成功,提示The container 'Android Dependencies' references non existing library网上查资料有的说 clean 项目,然后 fix 之类的,各种不管用。又有人说 appcompat_v7是googl... 阅读全文
posted @ 2014-10-25 17:04 cathar 阅读(1479) 评论(0) 推荐(0) 编辑