Skip to content

xyliax/GEM-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEM-Server

Program Requirement

Basic

  • A server running on Centos7: GEM-Server
    • Manage the application's database: Mysql
  • An Android Application With API31: GEM
    • Complete and faultless operational logic
    • Access to mobile device storage: Get Permissions
    • Information preservation and retrieval: Local Cache and Sqlite

Enhancement

  • Mobility Support: For Android 11+
  • Location Based Services: Hybrid positioning based on GPS and network.
  • Mobility Management: Muit-Agent and Global CDN
  • Security Mechanisms: HTTPS and SHA256 while Network transmission
  • Compliance: Minimum permission requested
  • Android Client: Multithreading
  • Android Jetpack: Long Dynamic Data Lifecycle (LiveData+ViewModel)
  • Server: Java/Springboot Multithreading

Development

  • GUI design
  • Devops: Best Practices
  • Server-Client interaction
  • Successful compilation
  • No runtime errors

Project Requiement

  • Detailed Design
  • Server: Source Code Installation Guide
  • Client: Source Code Installation Guide

Development Environment

  • Server Environment: MacOS Ventura, with JDK 17.0.5+
  • Client Environment: MacOS 10.15.7 with Android 11+ (Minimum API 30)

Essential Development Tools:

  • IntelJIDEA
  • AndroidStudio
  • Postman