
移动应用开发
一角灯辉
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
移动应用开发实例——滑动切换界面
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.c原创 2020-05-31 07:35:51 · 613 阅读 · 0 评论 -
移动应用开发实例——视频播放器
工具:Android Studioactivity_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" android:layout_width="match_parent" andr原创 2020-05-28 08:22:01 · 846 阅读 · 0 评论 -
移动应用开发实例——刮刮卡
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:tools="http://schemas.android.com/tools原创 2020-05-28 08:20:36 · 456 阅读 · 0 评论 -
移动应用开发程序演练——ContentProvider(内容提供者)
工具:Android Studio查看短信的猫(内容提供者的创建和查看)activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http原创 2020-05-11 17:56:38 · 2453 阅读 · 7 评论 -
音乐播放器 (完成音乐组件的应用 、本地通讯的应用设计)
工具:Android Studioactivity_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/a...原创 2020-04-29 17:34:01 · 432 阅读 · 1 评论 -
拯救史迪仔系列
工具:Android Studio拦截史迪仔电话 (广播接收者的创建应用)activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http:...原创 2020-04-29 17:19:59 · 2274 阅读 · 1 评论 -
Android应用市场(用SQLite数据库完成数据处理、ListView控件完成数据展示)
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com...原创 2020-04-29 17:05:37 · 805 阅读 · 0 评论 -
绿豆通讯录 (用SQLite数据库完成数据处理)
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com...原创 2020-04-29 16:59:06 · 2413 阅读 · 1 评论 -
天气预报数据保存APP的制作
工具:Android StudioXML解析存储方式activity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.a...原创 2020-04-29 16:50:30 · 719 阅读 · 0 评论 -
保存QQ密码APP制作(文件存储方式 )
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com...原创 2020-04-29 16:38:17 · 580 阅读 · 1 评论 -
装备选择界面
工具:Android Studioactivity_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...原创 2020-04-28 19:12:27 · 261 阅读 · 0 评论 -
注册用户信息界面
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andro...原创 2020-04-28 19:09:51 · 683 阅读 · 0 评论 -
点击打开浏览器
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xm...原创 2020-11-05 17:01:32 · 8454 阅读 · 0 评论 -
Android购物商城界面设计
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...原创 2020-04-28 19:05:14 · 7615 阅读 · 5 评论 -
制作QQ登录界面(UI版)
工具:Android Studioactivity_main.xml<?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xm...原创 2020-04-28 19:01:03 · 1850 阅读 · 0 评论