随笔分类 -  Android

layout实现滚动ScrollView
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2021-07-09 10:34 汤姆猫8 阅读(83) 评论(0) 推荐(0)
View.inflate、LayoutInflator.inflate
摘要:核心源码: public View inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot) { final Context inflaterContext = mContext; final AttributeSet a 阅读全文
posted @ 2021-06-30 13:48 汤姆猫8 阅读(55) 评论(0) 推荐(0)
License for package Android SDK Build-Tools 29.0.3 not accepted.
摘要:导入别人项目的时候,没有别人项目中应用的SDK版本。 解决方案: File--Setting-- 阅读全文
posted @ 2021-06-28 16:00 汤姆猫8 阅读(364) 评论(0) 推荐(0)
Attempt to invoke virtual method ‘java.io.FileOutputStream android.content.Context.openFileOutput(java.lang.String, int)' on a null object reference
摘要:Attempt to invoke virtual method ‘java.io.FileOutputStream android.content.Context.openFileOutput(java.lang.String, int)' on a null object reference 对 阅读全文
posted @ 2021-06-28 10:53 汤姆猫8 阅读(1082) 评论(0) 推荐(0)