摘要:
android最基本的控件:textview(文本框)、button(按钮)、imageview(图片框) 线性布局Linearlayout:以线性的方式排列 orientation属性:代表方向 vertical 垂直方向 herizontal 水平方向 layout_width:宽度 layou 阅读全文
摘要:
生成apk时遇到了 Received close_notify during handshake 报错 在网上查到 https://stackoverflow.com/questions/59408006/error-received-close-notify-during-handshake 是s 阅读全文
摘要:
昨天的《生日快乐》练习的APP,今天突然就好了,昨天应该没有出错,不知道哪里出现了问题。 MainActivity.java package com.example.happybirthday; import androidx.annotation.NonNull; import androidx. 阅读全文