2014年2月23日

摘要: 为了兼容性使用 AppCompat 支持库。现在我试图override AppCompat 中的一些项来建立自己的Theme,在values文件下的style.xml里添加如下内容。所以同样的方式做在这里: http://developer.android.com/guide/topics/ui/actionbar.html#StyleExample然而,Eclipse 在这里引发一个错误,说:android:actionBarStyle requires API level 11 (current min is 8) themes.xml这要这么办,如果不用Android:。。。。的话就无法 阅读全文
posted @ 2014-02-23 21:41 冰花ぃ雪魄 阅读(792) 评论(0) 推荐(0) 编辑
 
摘要: In its most basic form, the action bar displays the title for the activity and the app icon on the left. Even in this simple form, the action bar is useful for all activities to inform users about where they are and to maintain a consistent identity for your app.Figure 1. An action bar with the app 阅读全文
posted @ 2014-02-23 19:11 冰花ぃ雪魄 阅读(411) 评论(0) 推荐(0) 编辑
 
摘要: To respond to the button's on-click event, open the activity_main.xml layout file and add the android:onClick attribute to the element:The android:onClick attribute’s value, "sendMessage", is the name of a method in your activity that the system calls when the user clicks the button.Op 阅读全文
posted @ 2014-02-23 18:59 冰花ぃ雪魄 阅读(238) 评论(0) 推荐(0) 编辑
 
摘要: 近日,在做一个人人的第三方小项目。打算直接使用renren 的sdk 进行开发。因为renren的sdk是以android library project 形式发布的(关于这种project的内容可以参考android library project)。整个导入流程严格按照guide的内容操作,但是始终无法导入,设置导入后项目中不出现相关的Library project。在设置完library之后重新打开始始终显示关联错误,就是reference那里是个红叉。Eclipse也没有任何出错提示。在stackoverflow上也找过相应问题,找到了解决问题的方案(StackOverFlow上的解答 阅读全文
posted @ 2014-02-23 15:51 冰花ぃ雪魄 阅读(210) 评论(0) 推荐(0) 编辑