IP属地:黑龙江
1:重写fragment的setUserVisibleHint(boolean isVisibleToUser)方法(当前fragment是否可...
给启动页activity设置theme为:@android:style/Theme.Translucent.NoTitleBar";这个主题有一...
android 7.0正确使用FileProvider 注意:FileProvider支持的path类型:TAG_ROOT_PATH,TAG_F...
1:listview只显示一条数据 解决方案:重写listview的onMesure()方法,设置高度:intexpandSpec = Meas...
点击File中的invalidate cashes选项,然后点击Invalidate and Restart重启,就行了
1:在as里添加com.jakewharton:butterknife:8.4.0和com.jakewharton:butterknife-co...
修改app所依赖modle的gradle里的值: applyplugin:'com.android.application'修改成applypl...