Code Monkey home page Code Monkey logo

Comments (6)

passsy avatar passsy commented on July 24, 2024

read it yesterday, too. After checking the implementation I'm not sure if it is possible with Tray because Remember doesn't work multiprocess, it's only thread safe.
Of cause you could swap out the SharedPreferences in Remember and replace them with Tray but losing the key feature of Tray seems wrong. The API itself is identical and Tray wouldn't benefit from this wrapper.
Also Remember doesn't detect changes in the SharedPreferences made with another API than Remember. This could lead to big problems when you use Remember and the SharedPreferences in the same project.

Side note: Having Guava as a hard dependency for a single class SharedPreferences wrapper seems wrong.

I'm currently working on dataChangedListeners which work multiprocess. Once they are complete I'm confident an in memory layer which updates itself based on the listeners is possible.

from tray.

stephanenicolas avatar stephanenicolas commented on July 24, 2024

Hey Pascal,

I agree that guava as a dependency for an android app is a nightmare.

But I am not sure to understand why you couldn't build a memory cache
backed by tray. The concurrency can be handled well in java. There must be
something else that is blocking you, no ?

from tray.

passsy avatar passsy commented on July 24, 2024

It's only the multiprocess thing. If you have two processes, a SyncAdapter and your Application UI, there will be two instances of the memory cache. Although the memory cache is a singleton! So they are working on two different data sets and both instances wont know about each others changes.
Trays current implementation solves this problem by using IPC with the ContentProvider. This is slow but the data is always correct.

from tray.

stephanenicolas avatar stephanenicolas commented on July 24, 2024

Humm, I must get more familiar with Tray before going on this thread. I am
not sure I got all the pieces of the puzzle.
But it's in the pipeline, I should give it a try soon.

Thx for your answers,
Stéphane

2015-05-18 8:33 GMT-07:00 Pascal Welsch [email protected]:

It's only the multiprocess thing. If you have two processes, a SyncAdapter
and your Application UI, there will be two instances of the memory cache.
Although the memory cache is a singleton! So they are working on two
different data sets and both instances wont know about each others changes.
Trays current implementation solves this problem by using IPC with the
ContentProvider. This is slow but the data is always correct.


Reply to this email directly or view it on GitHub
#22 (comment).

from tray.

passsy avatar passsy commented on July 24, 2024

A memory chace is now possible with new data changed listener which can be used to sync the database with the cache in the background

from tray.

passsy avatar passsy commented on July 24, 2024

Listener work as expected. I'll focus on the memory cache now

from tray.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.