欢迎来到天天文库
浏览记录
ID:25974718
大小:104.48 KB
页数:14页
时间:2018-11-24
《安卓开发实训报告》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、WORD格式可编辑长沙学院课程设计说明书题目通信系统综合课程设计系(部)电子信息与电气工程专业(班级)通信3班姓名李元春学号2012043312指导教师冯璐、刘光灿、陈威兵、王路露张刚林、李广柱起止日期2015.10.26—2015.11.13长沙学院课程设计鉴定表专业知识整理分享WORD格式可编辑姓名李元春学号2012043312专业通信工程班级通信3班设计题目通信系统综合课程设计指导教师冯璐、刘光灿、陈威兵、王路露、张刚林、李广柱指导教师意见:评定成绩:教师签名:日期:答辩小组意见:评定成绩:教师签名:日期:教研室意见:
2、最终评定等级: 教研室主任签名: 日期: 说明课程设计成绩分“优秀”、“良好”、“中等”、“及格”、“不及格”五等。专业知识整理分享WORD格式可编辑目录一.概述1二.布局21.登录布局22.界面选择布局4三.代码91.登陆代码92.音乐界面代码10四.图片库11五.raw音乐库11六.心得11专业知识整理分享WORD格式可编辑一.概述当今社会的生活节奏越来越快,人们对手机的要求也越来越高,由于手机市场发展迅速,使得手机操作系统也出现了不同各类,现在的市场上主要有三个手机操作系统,Windowsmobi
3、le,symbian,以及谷歌的Android操作系统,其中占有开放源代码优势的Android系统有最大的发展前景。那么能否在手机上拥有自己编写的个性音乐播放器呢?能的,谷歌Android系统就能做到。本文的音乐播放器就是基于谷歌Android手机平台的播放器。Android:是谷歌于2007年公布的开放式源代码手机系统,它的开放性就优于其它封闭式的手机系统,因此,任何人都可能根据自己的喜好将手机系统中的所有功能重新编写。这使得越来越多的人关注这个操作系统。本次作品音乐播放器就是基于Android平台的。二.布局1.登录布局
4、5、roid:paddingLeft="@dimen/activity_horizontal_margin"android:paddingRight="@dimen/activity_horizontal_margin"android:paddingTop="@dimen/activity_vertical_margin"android:background="@drawable/musicaa"tools:context="com.example.yinyue.MainActivity">6、="@+id/tv_0"android:layout_width="wrap_content"android:layout_height="50dp"/>7、"30dp"android:textColor="#3aaaaa"android:textStyle="italic"/>8、droid:layout_width="fill_parent"android:layout_height="wrap_content"android:layout_centerInParent="true"android:layout_toRightOf="@+id/tv_2"/>
5、roid:paddingLeft="@dimen/activity_horizontal_margin"android:paddingRight="@dimen/activity_horizontal_margin"android:paddingTop="@dimen/activity_vertical_margin"android:background="@drawable/musicaa"tools:context="com.example.yinyue.MainActivity">6、="@+id/tv_0"android:layout_width="wrap_content"android:layout_height="50dp"/>7、"30dp"android:textColor="#3aaaaa"android:textStyle="italic"/>8、droid:layout_width="fill_parent"android:layout_height="wrap_content"android:layout_centerInParent="true"android:layout_toRightOf="@+id/tv_2"/>
6、="@+id/tv_0"android:layout_width="wrap_content"android:layout_height="50dp"/>7、"30dp"android:textColor="#3aaaaa"android:textStyle="italic"/>8、droid:layout_width="fill_parent"android:layout_height="wrap_content"android:layout_centerInParent="true"android:layout_toRightOf="@+id/tv_2"/>
7、"30dp"android:textColor="#3aaaaa"android:textStyle="italic"/>8、droid:layout_width="fill_parent"android:layout_height="wrap_content"android:layout_centerInParent="true"android:layout_toRightOf="@+id/tv_2"/>
8、droid:layout_width="fill_parent"android:layout_height="wrap_content"android:layout_centerInParent="true"android:layout_toRightOf="@+id/tv_2"/>
此文档下载收益归作者所有