Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redo Model Layer #8

Open
ethanmick opened this issue Sep 6, 2014 · 0 comments
Open

Redo Model Layer #8

ethanmick opened this issue Sep 6, 2014 · 0 comments

Comments

@ethanmick
Copy link
Member

Android also needs offline mode. All messages should be stored in SQLite.

http://ormlite.com/sqlite_java_android_orm.shtml

ORM Lite is an ORM for Java that can be used to map the objects to SQLite tables and columns. This means that all the networking also needs to go through the model.

http://jdeferred.org/

Can be used to create an almost identical interface to iOS, which would help our sanity in updating both platforms.

None of this is really Android specific, it's just working with Java, networking, and sqlite to create a robust model layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant