05 2013 档案
摘要:java anntotaion非常不错的文章
阅读全文
摘要:剧情是这样的: 1 public class SomeViewGroup extends FrameLayout { 2 3 ... 4 5 public void setOnLoadMoreListener(OnLoadMoreListener onLoadMoreListener) { 6 7 mOnLoadMoreListener = onLoadMoreListener; 8 9 LayoutInflater mInflater = (LayoutInflater) getContext()10 ...
阅读全文
摘要:代码经常莫名出现:"Type x could not be resolved" 和 "Invalid arguments Candidates are .."的bug,网上搜了搜,找到解决方法:右键project->Index->Rebuild。这个解决方法是从这里看到的:http://www.eclipse.org/forums/index.php/m/883594/
阅读全文