04 2014 档案

摘要:1.styles.xml在现在的ADT创建的Project中,会有values,values-v11和values-v14三个文件夹,每个文件夹下都有一个styles.xml.API11是Android3.0,API14是Android4.0。这三个文件夹里的style.xml是这个意思:value... 阅读全文
posted @ 2014-04-25 10:38 LarryLawrence 阅读(26969) 评论(0) 推荐(0)
摘要:昨天在ADT Manager里更新了一些组件,结果ADT不支持。索性直接下载了最新的ADT。但是发现无论创建什么类型的应用(无论支持的最低API是多少,或者是不是用模板),都会在创建应用的同时创建一个appcompat_v7的类库,然后用创建的应用引用它。这个类库是用来向以前基本兼容的,比如让3.0... 阅读全文
posted @ 2014-04-22 10:55 LarryLawrence 阅读(1092) 评论(4) 推荐(0)
摘要:PART1:Make Android2.1 Support ActionBarLast evening I learnt how to make android2.1 support actionbar from Android Developers.The page is HERE,Click.To sum up , I briefy illustrate the main steps:1.Add thev7 appcompatlibrary , which is not just a jar file but a library with resources.2.Let the Activ 阅读全文
posted @ 2014-04-07 09:24 LarryLawrence 阅读(279) 评论(0) 推荐(0)
摘要:Just now when I imported the "android-support-v7-appcompat" to ADT,the console pointed out "Unable to resolve target 'android-16'".I double clicked the project.properties file, change the target = android-17attribute to target = android-19, android api level 19 is my ADT& 阅读全文
posted @ 2014-04-06 21:20 LarryLawrence 阅读(716) 评论(0) 推荐(0)
摘要:This blog was opened 5 months ago and it has 57 posts now,but the poor thing is by now no one has commented on any articles by now..How miserable and ... 阅读全文
posted @ 2014-04-05 15:40 LarryLawrence 阅读(251) 评论(0) 推荐(0)
摘要:Recently I've been contemplating to create a new App with the true "Android Design",new Android Design does not mean Theme.holo(which was added it api level 14,android 4.0), and I found a website in which android design is carefully talked about thoroughly:Phonekr.com.Now look at the p 阅读全文
posted @ 2014-04-05 14:43 LarryLawrence 阅读(233) 评论(0) 推荐(0)