
安卓
43612538
世间繁华,不过过眼云烟。淡泊明志,宁静致远。
展开
-
安卓文本输入框EditText小练习
xml文件:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#FFFFFF" android:or原创 2020-08-01 16:30:56 · 1555 阅读 · 0 评论 -
android:layout_width=“wrap_content“ 和android:layout_height=“match_parent“的区别
match_parent:占据全部wrap_content:只占据自己那部分原创 2020-07-28 10:44:45 · 8770 阅读 · 0 评论 -
安卓网格布局:计算器
xml文件:<GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/GridLayout1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:columnCount="4" android:orientation="horizon原创 2020-07-28 10:22:51 · 2323 阅读 · 0 评论 -
使用IDEA编写第一个安卓程序(Hello Word)后如何使用真机运行?
使用IDEA编写第一个安卓程序(Hello Word)后如何使用真机运行?1.首先设置你的手机,开启开发者模式,开启调试。我这里的安卓手机是华为:先开启开发者模式,点这里的版本号,直到ta让你输入锁屏密码然后开启调试2.在IDEA上运行程序到你的手机上然后手机弹出安装程序的提示:安装后点进去运行:好了,安卓的第一个程序(Hello Word结束)!...原创 2020-07-15 10:00:28 · 1906 阅读 · 1 评论