摘要:
AsyncQueryHandlerA helper class to help make handling asynchronous ContentResolver queries easier.一个助手类来帮助简化处理异步ContentResolver查询。AsyncQueryHandler 的使... 阅读全文
摘要:
About ActionBar The action bar is one of the most important design elements you can implement for your app's activities. It provides several user interface features that make your app immediately fami... 阅读全文
摘要:
java中的this随处可见,用法也多,现在整理有几点: 1. this是指当前对象自己。 当在一个类中要明确指出使用对象自己的的变量或函数时就应该加上this引用。如下面这个例子中:public class This_Demo { String s = "Hello"; public ... 阅读全文