基于Android学生选课系统设计与实现 联系客服

发布时间 : 星期日 文章基于Android学生选课系统设计与实现更新完毕开始阅读6f4b2ec30b75f46527d3240c844769eae109a35f

龙源期刊网 http://www.qikan.com.cn

基于Android学生选课系统设计与实现

作者:张湖森

来源:《科技创新与应用》2019年第35期

摘 ;要:在智能手机迅速普及的时代,文章利用智能手机,针对用户的需求,设计了一款基于安卓平台的选课系统。文章首先通过调查了解用户对选课系统的实际需要,然后针对需求分析该选课系统应该具有的功能,其次对选课系统进行了总体设计与模块介绍,接着进行了详细介绍与功能测试,最后对全文进行总结,并对未来的选课系统进行展望。 关键词:Android;选课系统;数据库;Java

中图分类号:TP311.52 ; ; ;文献标志码:A ; ; ; ; 文章编号:2095-2945(2019)35-0033-02 Abstract: In the era of rapid popularity of smartphones, this paper designs a course selection system based on Android platform by using smartphones to meet the needs of users. First of all, this paper understands the actual needs of users for the course selection system through investigation, and then analyzes the functions of the course selection system according to the needs. Secondly, the overall design and module of the course selection system are introduced. Then the paper carries on the detailed introduction and the function test, finally sums up the full text, and gives the prospect to the future course selection system.

Keywords: Android; course selection system; database; Java 1 概述

隨着智能时代的发展,移动通信技术日益成熟,Android移动设备得到了广泛的使用。手机软件登上智能时代的舞台,成为当下商业发展的新力量,每天都会有大量的手机软件出现,同一种功能不同的软件都可以实现,这样就存在很大的竞争,商家需要设计有吸引力的软件。在众多手机软件中越来越多的人希望有一款能够对自己的工作和生活有帮助的具有实际功能的软件。基于此,本文利用Android平台设计了一款学生选课系统。 2 Android系统介绍

Android是一款由内核、中间部件、手机界面和软件系统组成的基于Linux内核的操作系统。它的架构采用的是软件堆层(SoftwareStack),软件堆层又是由基底层、中间层和应用层这三层组成。其中,基底层由C语言进行开发,并且以Linux为内核系统来提供实际操作的基本功能;中间层是在基底层的基础上,由C语言开发的函数库层(Library)和虚拟机(Dalvik Virtual Machine)两个构成。应用层主要由Java语言进行开发的各种各样的软件组成,包括时