首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
ZhangJiQun_MXP
掘友等级
Android
|
福建实达设备有限公司
现计算机硕士,从事区块链开发
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
246
文章 246
沸点 0
赞
246
返回
|
搜索文章
最新
热门
自定义tablayout,好用
package com.nick.albummanagement.import android.annotation.import android.content.import android.support.v4.view.import android.view.import ...
recycleview 自定义分割线
DividerItemDecoration divider = new DividerItemDecoration(getActivity(),DividerItemDecoration.divider.setDrawable(ContextCompat.getDrawable(...
layout_marginRight与layout_marginStart 同时使用产生冲突,尽量只使用 一种
这些属性的区别是什么? 根据api注释,我们得知MarginStart指的是控件距离开头View部分的间距大小,MarginLeft则指的是控件距离左边View部分的间距大小,MarginEnd和MarginRight同理。
ImageView设置tint ,修改图标颜色
android:tint="@color/black" 主要就是这个属性,看图。原来的图标是白色 的。当你删除tint 这一行的时候就灰色了原色了,小技巧。
Android自带的DrawerLayout和ActionBarDrawerToggle实现侧滑效果
DrawerLayout drawer = (DrawerLayout) findView(R.id.this, drawer, mToolbar, R.string.navigation_drawer_open, R.string.drawer.toggle.// androi...
Error:java.util.zip.ZipException: duplicate entry: com/google/firebase/iid/zzc.class ,EvalIssueExcep
.Error:java.util.zip.ZipException: duplicate entry: com/google/firebase/iid/zzc.class Error:java.lang.RuntimeException: com.android.build.ap...
Error:Execution failed for task ':app:javaPreCompileDebug'. > Annotation processors must be explicit
Error:Execution failed for task ':app:javaPreCompileDebug'. > Annotation processors must be explicitly declared now. The following dependen...
debug常见错误,出现debug时出现跑进为条件为false的if语句
Java.io.ObjectOutputStream.Java.io.ObjectOutputStream.mIvAction.setTag(R.id.tag, BlackName3ChildFragment.class.mIvAction.setImageResource(R....
Error:(56, 18) 错误: com.newCallblack.callshow.util.DownloadUtil cannot be provided without an @Inject
Error:(56, 18) 错误: com.newCallblack.callshow.util.DownloadUtil cannot be provided without an @Inject constructor or from an @Provides-annota...
activity中加载fragment的控件 在fragment 中调用activity中的控件
fragment.getView().findViewById(id)来获取fragment中的控件。前提条件是这个fragment是装在这个activity中的,还有一种情况是fragment的嵌套的时候也是 可以的。
下一页
个人成就
文章被点赞
290
文章被阅读
88,014
掘力值
2,935
关注了
3
关注者
19
收藏集
0
关注标签
11
加入于
2020-04-07