摘要:
1、官网:http://jakewharton.github.io/butterknife/ Introduction Annotate fields with @Bind and a view ID for Butter Knife to find and automatically cast t 阅读全文
摘要:
public boolean isTabletDevice() { TelephonyManager telephony = (TelephonyManager) mContext.getSystemService(Context.TELEPHONY_SERVICE); int type = tel 阅读全文