Y
Hacker News
new
|
ask
|
show
|
jobs
by
avinassh
1044 days ago
> Listeners and real-time updates enhance UX greatly.
how is this implemented?
1 comments
thenorthbay
1044 days ago
I'm using SQLites underlying Data Change Notification functionality. It's exposed by one of the libraries mine relies on.
link