Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 703 Bytes

File metadata and controls

21 lines (14 loc) · 703 Bytes

SUAT期中Java项目

成员:GarayShurlin、1oty、DeachBeacon

Git地址

app代码:https://github.com/Shurlin/JavaDemo

后端服务器代码:https://github.com/Shurlin/SprigServer

参考网址

Android Studio 官方文档

操作指南

  1. 操作前先拉取(pull),同步别人的代码
  2. 完成自己的部分后,提交并推送(commit and push)
  3. Java源代码路径为 JavaDemo\app\src\main\java
  4. 资源文件路径为 JavaDemo\app\src\main\res

框架下各页面操作指南

  1. xyz.shurlin.demo2.ui.list下为各页面Java代码,页面文件放在res/layout,可参考TestActivity.java和activity_test.xml