kyroschow / BasementsandAndroids

1 stars 0 forks source link

Merge Android with Core #2

Open kyroschow opened 6 years ago

kyroschow commented 6 years ago

We need to move the android specific backend code (i.e. retrofit, room) from master_deprecated to libktx_master

alexanderberry commented 6 years ago

Android specific backend code will be supplanted by cross-platform compatible LibGDX code. See https://github.com/TheCompSciNoob/BasementsandAndroids/issues/3#issuecomment-391193113 for suggestions on the database. As for retrofit, we can achieve the same functionality with HTTP requests lodged to the Database with the same or possibly less overhead.