摘要: 在第九周我们开始了我们的python课程,接触了一种新的语言。python是一种简单易学并且具有极其简单的语法 python的基本数据结构分别为:列表、元组及字典 列表: 列表是以方括号“[]”包围的数据集合,不同成员以“,”分隔。 列表中可以包含任何数据类型,也可包含另一个列表 列表可通过序号访问 阅读全文
posted @ 2017-12-08 13:57 Hero/ 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 首先依旧是基本的布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas 阅读全文
posted @ 2017-05-16 22:04 Hero/ 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 首先是最简单的布局 <LinearLayout xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" androi 阅读全文
posted @ 2017-05-09 21:27 Hero/ 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 这次的作业为九宫格 ,首先依旧是最基本的布局 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro 阅读全文
posted @ 2017-05-08 16:35 Hero/ 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 这次作业大致就是实现列表,编码如下 首先是基础的xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app= 阅读全文
posted @ 2017-05-02 13:51 Hero/ 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 首先依旧是最基础的xml代码 <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:orientation="ve 阅读全文
posted @ 2017-04-18 14:18 Hero/ 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 这次的作业总是有模模糊糊的感觉,上课也有点囫囵吞枣。所以在做这次作业之前看了很多我们班同学的成品,下面是最基本的界面代码 <EditText android:layout_width="match_parent" android:layout_height="wrap_content" androi 阅读全文
posted @ 2017-04-18 14:06 Hero/ 阅读(425) 评论(1) 推荐(0) 编辑
摘要: 这学期我们学习了我们的专业课 安卓课,讲真,一开始上课真是全程懵逼脸啊T_T 在经过看书以及上课不厌其烦的骚扰周围的小伙伴等一系列的摸爬滚打对安卓也算是略知一二了。 经过几周的学习,我了解了一些xml里的基本控件 TextView:显示文本信息 Button:普通按钮 EditText:可编辑的文本 阅读全文
posted @ 2017-03-28 10:42 Hero/ 阅读(418) 评论(3) 推荐(0) 编辑
摘要: 任务一 1、图片选择器之跑马灯 阅读全文
posted @ 2017-03-20 20:35 Hero/ 阅读(225) 评论(1) 推荐(0) 编辑