Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
/ eve-fleet-mob Public archive

API and Application for managing Eve Online fleets using CREST

License

Notifications You must be signed in to change notification settings

evanova/eve-fleet-mob

Repository files navigation

eve-fleet-mob

API and Application for managing Eve Online fleets using CREST

###Build

You need:

  • Java JDK 8
  • Android SDK - use the latest

cd to your cloned repo and run ./gradle build or gradlew depending on your OS.

###Design

There are currently 3 packages: ####crest Those are CREST JSON-based model objects mapped using Jackson. There is no network code here, only objects and mapping

####data Don't care about it right now. It's a port of EveMeet entities for later persistence.

####app

It's an android app with the following:

  • A model package which contains model objects specific for the application and its UI.
  • A Retrofit based implementation of a CREST client which translates CREST model objects to the application ones.
  • UI is MVP based.
  • It should be easy to implement more CREST endpoints handling.

###Random Pointers

Dev Blog - Fleet

Eve 3rd Party Doc

About

API and Application for managing Eve Online fleets using CREST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages