注册 登录 进入教材巡展
#
  • #

出版时间:2024-07

出版社:电子工业出版社

以下为《Android Studio项目开发实战——从基础入门到趣味开发》的配套数字资源,这些资源在您购买图书后将免费附送给您:
试读
  • 电子工业出版社
  • 9787121361890
  • 1-15
  • 292600
  • 66254346-1
  • 平塑
  • 16开
  • 2024-07
  • 333
  • 208
  • 工学
  • 软件工程
  • 程序设计
  • 高职
作者简介

马静,惠州经济职业技术学院专职教师,曾主持包括广东省教育厅的高职院校基于数据挖掘的多维教学质量管理系统研究的多项横向、纵向课题,具有多年的Android开发及授课经验,在广东省高职职业技能比赛移动应用开发项目中多次获奖。

查看全部
目录
目 录__eol__第1章 Android程序设计基础 1__eol__1.1 工作任务概述 1__eol__1.2 预备知识 1__eol__1.2.1 基本概念 1__eol__1.2.2 Android Studio快速上手 2__eol__1.2.3 Android Studio操作界面 5__eol__1.2.4 Android Studio项目结构 7__eol__1.2.5 Activity 8__eol__1.2.6 Android程序设计流程 8__eol__1.2.7 Activity的生命周期 11__eol__1.2.8 组件的布局与属性设置 12__eol__1.2.9 组件的事件处理 14__eol__1.2.10 ConstraintLayout 16__eol__1.2.11 Button 18__eol__1.2.12 ImageView 19__eol__1.3 搭建Android开发环境 19__eol__1.4 创建并运行第一个Android项目 23__eol__1.5 “滚蛋吧!肿瘤君”的界面设计 28__eol__第2章 项目简介 32__eol__2.1 工作任务概述 32__eol__2.2 初识设计文档 32__eol__2.2.1 设计文档概述 32__eol__2.2.2 设计文档模板 32__eol__2.3 分析开发任务 34__eol__第3章 “登录”模块的布局 40__eol__3.1 工作任务概述 40__eol__3.2 预备知识 41__eol__3.2.1 View与ViewGroup布局 41__eol__3.2.2 LinearLayout 41__eol__3.2.3 Android中控件的margin属性和padding属性 42__eol__3.2.4 EditText组件 42__eol__3.2.5 Android图片不同分辨率的适配 43__eol__3.2.6 res/values文件夹下常用的XML资源文件 45__eol__3.2.7 shape 47__eol__3.2.8 selector 52__eol__3.3 热身任务 54__eol__3.4 实现“登录”模块的布局 59__eol__第4章 “底部导航”模块的设计 66__eol__4.1 工作任务概述 66__eol__4.2 预备知识 67__eol__4.2.1 Context 67__eol__4.2.2 RadioGroup 67__eol__4.2.3 RadioButton 68__eol__4.2.4 Toast 69__eol__4.3 热身任务 69__eol__4.4 实现“底部导航”模块的布局 74__eol__4.5 实现导航功能 77__eol__第5章 “个人中心”模块的设计 82__eol__5.1 工作任务概述 82__eol__5.2 预备知识 83__eol__5.2.1 Fragment 83__eol__5.2.2 Intent 85__eol__5.3 热身任务 87__eol__5.4 实现“个人中心”模块的布局 92__eol__5.5 创建“个人中心”Fragment 95__eol__5.6 将“个人中心”碎片组装至App主框架 97__eol__5.7 实现登录界面的调用 98__eol__第6章 “首页”模块的设计 100__eol__6.1 工作任务概述 100__eol__6.2 预备知识 101__eol__6.2.1 适配器 101__eol__6.2.2 控件 103__eol__6.3 热身任务 111__eol__6.3.1 “谁是你心中的英雄” 111__eol__6.3.2 “永不消失的经典” 113__eol__6.3.3 “我激动,我数数” 115__eol__6.3.4 “找不同” 118__eol__6.4 创建“首页”Fragment 120__eol__6.5 将“首页”碎片组装至App主框架 122__eol__6.6 实现“首页”图片轮播效果 124__eol__6.7 实现“首页”的数据适配功能 129__eol__第7章 “吃货驾到”模块的设计 132__eol__7.1 工作任务概述 132__eol__7.2 预备知识 133__eol__7.2.1 BaseAdapter 133__eol__7.2.2 菜单 134__eol__7.2.3 ContextMenu 134__eol__7.2.4 对话框 135__eol__7.3 热身任务 137__eol__7.4 创建“吃货驾到”Fragment 140__eol__7.5 将“吃货驾到”碎片组装至App主框架 141__eol__7.6 实现“吃货驾到”的数据适配功能 142__eol__7.7 实现“吃货驾到”的点赞功能 148__eol__7.8 实现“吃货驾到”的功能菜单 149__eol__第8章 “我的订单”模块的设计 152__eol__8.1 工作任务概述 152__eol__8.2 预备知识 153__eol__8.3 热身任务 159__eol__8.4 创建“我的订单”Fragment 166__eol__8.5 将“我的订单”碎片组装至App主框架 168__eol__8.6 实现“最近订单”的数据显示 169__eol__8.7 实现“吃货驾到”的收藏功能 172__eol__8.8 实现“我的订单”中“我的收藏”区域数据的显示 174__eol__第9章 登录验证 178__eol__9.1 工作任务概述 178__eol__9.2 预备知识 179__eol__9.2.1 SharedPreferences 179__eol__9.2.2 ProgressDialog 181__eol__9.2.3 Android网络编程 181__eol__9.2.4 用Android原生技术解析JSON 185__eol__9.3 热身任务 186__eol__9.3.1 “我的进度条对话框” 186__eol__9.3.2 “名人榜” 189__eol__9.4 实现登录验证 194__eol__9.5 实现登录信息本地保存 197__eol____eol__ __eol__