Giter Site home page Giter Site logo

itbookdemo-springboot-android's Introduction

ITBookDemo-springboot-android

基于安卓原生和springboot后台的图书管理系统

csdn博客地址

ITBook文件夹是安卓代码

login-register文件夹是java后台代码

项目简介

根据springboot+mybatis后端返回json格式数据,移动端安卓完成登录、注册,图书列表页面的展示(增删改查)功能。

登录注册的相关介绍可以查看此csdn博客

工具

java后台: 开发工具:idea mysql版本:5.7版本
数据库中图书Item表资源来源于这位大佬 weixin_43912367

通过springboot2.x+mybatis+mysql,通过pagehelper插件完成数据的分页功能

安卓前台: 开发工具:Android Studio 接口测试工具:postman 用到的jar包有volley(网络请求),Gson(解析json),glide(网络图片展示),GsonFormat工具生成json对应的实体类 ,使用fragment+viewPage实现页面的切换

java后台

在这里插入图片描述 使用的三层架构视图层(ItemController)、业务层(ItemService)、Dao层(ItemMapper)完成整个图书Item单表的CRUD,这里使用到MyBatis分页插件 PageHelper,可以让我们简单的完成数据的分页逻辑。

安卓端

在这里插入图片描述 使用的是原生安卓,通过网络请求框架Volley完成对后台数据的获取。通过listview完成数据的展示。

对于详细的代码片段因时间原因就不更了可以自行下载 这里是后端和安卓端源码Github下载链接,如果对您有帮助不妨给一个star

itbookdemo-springboot-android's People

Contributors

gaoli-cong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.