登录
首页 » Java » 安卓选课系统源码(基于sqlite数据库)

安卓选课系统源码(基于sqlite数据库)

于 2020-06-11 发布
0 162
下载积分: 1 下载次数: 3

代码说明:

Android Studio开发的选课系统,功能主要有有以下几项:学生注册;管理员、学生登录;学生选课信息管理(增删改查);管理员管理课程信息(增删改查)。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android应用源码之Android电子麦克风.zip
    【实例简介】
    2021-09-07 00:31:14下载
    积分:1
  • java图书管理系统完整代码
    运行于Android studio的java代码,有完整数据库,需要连接navicat,只要修改DB.properties代码里的你的navicat密码即可,若没有密码,则是password=   ,这是非常好,没有任何错误的图书管理系统代码
    2016-10-10下载
    积分:1
  • 获得应用程序信息 PackageManager的使用
    获得应用程序信息 PackageManager的使用
    2016-05-30下载
    积分:1
  • android验证码的整个实现过程和所有的代码
    android验证码的整个实现过程和所有的代码
    2014-11-07下载
    积分:1
  • android(顶端)选项卡
    android(顶端)选项卡
    2015-01-27下载
    积分:1
  • (高仿)今日头条 网易 新闻客户端 源码 完善版
    已经是一个完整的客户端了,在将进一步优化完善后就和可以了。大体描述: 上次,已经完成了头部新闻分类栏目的拖动效果。 这篇文章是继续去完善APP 今日头条 这个新闻阅读器的其他功能。 这次所实现的功能清单: 1.通过SlidingMenu实现左右侧拉菜单效果 2.通过重写CompoundButton实现--昼夜模式切换按钮效果。 3.通过PopupWindow控件实现了列表中更多菜单弹框操作效果。 4.通过universal-image-loader库实现了图片的加载和缓存。 5.通过列表中各个属性的判断,实现了头条新闻列表的相应布局和显示效果。
    2014-11-19下载
    积分:1
  • android中ExpandableListView用法的一个简单实例 附效果图
    喜欢显示好友QQ那样的列表,可以展开,可以收起,在android中,以往用的比较多的是listview,虽然可以实现列表的展示,但在某些情况下,我们还是希望用到可以分组并实现收缩的列表,那就要用到android的ExpandableListView,今天研究了一下这个的用法,也参考了很多资料动手写了一个小demo,实现了基本的功能,但界面优化方面做得还不够好,有待改进,素材采用了Q版三国杀武将的图片,很有爱哈哈,下面直接上效果图以及源代码~!
    2013-03-07下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • android 侧滑菜单 实例源码
    android 侧滑菜单 实例源码
    2014-05-30下载
    积分:1
  • android 实现背景图片伸缩ScrollView之阻尼特效(仿多米,PaPa个人页面特效也称为阻尼效果)
    android 实现背景图片伸缩ScrollView之阻尼特效(仿多米,PaPa个人页面特效也称为阻尼效果)
    2013-10-23下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载