android
mandyiyiyiyi
这个作者很懒,什么都没留下…
展开
-
android 相框应用程序
**android 相框应用程序****activity_main.xml**<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="...原创 2019-12-21 12:29:42 · 832 阅读 · 0 评论 -
android 根据按钮的状态显示不同的背景图片
**android 根据按钮的状态显示不同的背景图片****activity_main.xml**<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="...原创 2019-12-21 10:49:04 · 826 阅读 · 0 评论 -
android 图书选购程序
**android 图书选购程序****activity_main.xml**<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/LinearL...原创 2019-12-20 21:51:04 · 983 阅读 · 0 评论 -
android 在TextView中显示EditText,通过Button按键,更改TextView的文字及变大
**android 在TextView中显示EditText,通过Button按键,更改TextView的文字及变大****activity_main.xml**<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andro...原创 2019-12-20 21:26:23 · 1460 阅读 · 0 评论 -
在第一个Activity输入姓名与身高,选择性别,将结果传递到第二个Activity
**activity_main.xml**<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/LinearLayout1" android:l...原创 2019-12-15 14:56:31 · 1548 阅读 · 0 评论 -
android摄氏度转为华氏温度
android摄氏度转为华氏温度mainActivity在这里插入代码片欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。新的改变我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增...原创 2019-12-15 11:56:03 · 3210 阅读 · 0 评论