Skip to content

ElMoribond/TestRealm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attempt to use Realm with a hybrid service.

This simple page works and only displays a counter every 5 seconds in the logcat window.
This counter is displayed by a hybrid service.

The create button is used to create the user only the first time (see Constants file).

The final goal is for the service to write to the realm and be displayed by the UI.

I'm having trouble when I want to use the same realm from the UI and service. I opened a message Stackoverflow.

If I disable the use of the realm by the service everything works fine.
The service only displays in the logcat window. But UI can't display couter.

On the other hand, if I disable the display by the UI, the service successfully writes in the realm.
But I do not have a display :(

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages