Skip to content
Efra Espada edited this page Jun 6, 2018 · 4 revisions

Rotor Database Android library


Before use this library, Rotor Core must be initialized. Lastest version is always the same for all Rotor libs.

Welcome to the Rotor Database Android library - wiki, here you'll find all information about the implementation and use of Rotor Database library.

Get Started

Real Time Database

Rotor Database is a complementary module for Rotor Core. It allows to work with shared (Java) objects between many devices offering users real time changes and better mobile data consumption.

Forget things like swipe-to-refresh events, lots of server requests and object storage management.

Rotor Database philosophy states that the only needed requests are those that change data on remote database. That means that the rest of requests you are imaging (give me updates, give updates, give me updates) are removed now.

Rotor Core is connected to Rotor and Redis servers. The first one controls object sharing queues, devices waiting for changes and all data edition on remote database. The second (as you probably know) gives us Pub/Sub messaging pattern for data changes replication.

Clone this wiki locally