
Android
Android
HaanLen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android:设计一个具有选歌功能的音频播放器
activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_w...原创 2019-04-14 21:43:45 · 1974 阅读 · 1 评论 -
android:编写属性动画程序(旋转,缩放,淡出淡入)
activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" an...翻译 2019-04-17 23:05:07 · 1810 阅读 · 0 评论 -
android:编写一个补间动画(旋转,淡出淡入,缩放,移动)
activivty_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" and...翻译 2019-04-17 23:05:16 · 480 阅读 · 0 评论 -
android:消息对话框应用示例
activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:too...原创 2019-03-31 22:48:53 · 661 阅读 · 0 评论 -
android:进度及日期、时间对话框。并将选择的日期及时间显示出来。
activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" x...原创 2019-03-31 22:33:03 · 735 阅读 · 2 评论 -
android:设计一个可以移动的小球,当小球被拖到一个小矩形块中时退出程序。
activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andr...原创 2019-04-05 08:53:25 · 4113 阅读 · 4 评论 -
android:设计一个能在图片上涂鸦的程序。
activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_hei...翻译 2019-04-05 08:44:57 · 1006 阅读 · 1 评论 -
android:设计一个在屏幕上移动小球的程序。
activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andr...翻译 2019-04-05 08:37:02 · 1605 阅读 · 0 评论 -
android:设计一个具有3个选项的菜单程序,当单击每个选项时分别跳转到3个不同的页面。
activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" x...原创 2019-03-31 12:50:40 · 6007 阅读 · 8 评论 -
android:设计一个具有两个页面的程序,第一个页面显示一张封面的图片,第2个页面显示“欢迎进入本系统”,这两个页面之间能相互切换。
activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" x...原创 2019-03-31 11:40:48 · 5829 阅读 · 3 评论 -
编写一个简单的计算器APP
编写一个简单的计算器APP要求:(1)根据书本的界面并实现其功能(2)源代码,有注释(3)写出开发过程一、源代码activity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/andr...翻译 2019-03-17 19:38:37 · 3991 阅读 · 2 评论 -
设计一个文本标签组件程序。
例子2_1activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools...原创 2019-03-20 15:37:23 · 460 阅读 · 0 评论 -
设计一个显示资源目录中图片文件的程序。
例子1_2activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"...原创 2019-03-20 13:30:17 · 407 阅读 · 0 评论 -
在模拟器中显示“我对学习Android很感兴趣!”
例子1_1activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"...原创 2019-03-20 13:15:55 · 720 阅读 · 0 评论