04 2019 档案
Postman Could not get any response
摘要:在使用postman时遇到的小问题,记录一下:报错信息如下:Could not get any responseThere was an error connecting to https://xxxxxxxxxxxxx/uatservices/customer-ap... 阅读全文
posted @ 2019-04-28 19:10 香蕉你个博纳纳 阅读(9697) 评论(0) 推荐(1)
Android View添加删除或隐藏显示的默认动画;
摘要:代码中给控件设置Visibility ? VISIBLE : GONE ;时太生硬,用户体验不好;设置一个Android ViewGroup的默认动画很实用;给需要添加动画的控件或布局的父布局,记住是父布局添加一个 android:animateLayoutChang... 阅读全文
posted @ 2019-04-25 18:10 香蕉你个博纳纳 阅读(1993) 评论(0) 推荐(0)
Android View添加删除或隐藏显示的默认动画;
摘要:代码中给控件设置Visibility ? VISIBLE : GONE ;时太生硬,用户体验不好;设置一个Android ViewGroup的默认动画很实用; 给需要添加动画的控件或布局的父布局,记住是父布局添加一个 android:animateLayoutChanges="true" 属性就完成 阅读全文
posted @ 2019-04-25 18:10 香蕉你个博纳纳 阅读(391) 评论(0) 推荐(0)
Android给控件添加默认点击效果
摘要:Android控件点击效果Android中Button控件是有点击效果的,但是像TextView、ImageView、各种Layout是没有点击效果的,给TextView设置点击事件后,加个点击效果用户触控反馈会好一点;最简单的默认点击效果:android:backg... 阅读全文
posted @ 2019-04-18 17:13 香蕉你个博纳纳 阅读(2422) 评论(0) 推荐(0)
app:processOfficalDebugResources报错的几种解决方法;
摘要:Error:Execution failed for task ':app:processDebugResources'.出现这个错误的同事,大多还会伴随的R文件的报错,对!是全部R文件都报错;1、先排查自己的代码问题,自己新写的layout.xml、AndroidM... 阅读全文
posted @ 2019-04-15 12:42 香蕉你个博纳纳 阅读(1595) 评论(0) 推荐(0)