摘要:
// 调用系统默认浏览器 // 参考: // http://www.cnblogs.com/zhwl/archive/2011/11/15/2249848.html // https://segmentfault.com/a/1190000003912694 case R.... 阅读全文
摘要:
// 三种方式可以生成LayoutInflater // LayoutInflater inflater = LayoutInflater.from(this); // LayoutInflater inflater = getLayoutInflater(); // LayoutInflater inflater=(LayoutInfl... 阅读全文