
Android
文章平均质量分 84
Thinkao~
此人很懒,懒到只想coding
展开
-
Android studio通过OKHTTP请求异常: Expected URL scheme 'http' or 'https' but no colon was found
异常如下:解决办法:(开辟子线程,以通过Android端用户注册为例)如果通过OKHTTP将后台数据传到Android端,大家知道怎么办的话,请看下面介绍一下如何通过OKHTTP将Android端请求到的数据传给后台:后台前端代码如下:(name必须和Android要传过来的参数名一样)Android端代码看上面,和解决办法里边的代码是一样的。...原创 2019-05-17 21:44:32 · 19225 阅读 · 2 评论 -
AndroidStudio2.2-ListView的使用,ArrayAdapter做适配器
转载自:https://blog.youkuaiyun.com/lady_killer9/article/details/80702236转载 2019-03-26 11:14:50 · 607 阅读 · 0 评论 -
Android studio 五大布局之相对布局
RelativeLayout用到的一些重要的属性:第一类:属性值为true或falseandroid:layout_centerHrizontal 水平居中android:layout_centerVertical 垂直居中android:layout_centerInparent 相对于父元素完全居中android:layout_alignParentBottom 贴紧父元素的下边缘...原创 2018-05-18 17:34:22 · 10193 阅读 · 0 评论