Using Ultralite for Android, is there any way to register for notifications on predefined connection events like TableModified, Commit, Rollback and MainConnectionClosed? For iOS, it's possible to call the method RegisterForEvent (ULConnection). In the Connection class used for Android there's no equivalent method for that. If there's no other way to be notified about these events using Android, is there any plans of support for this same mechanism currently available for iOS? We need these notifications in order to dynamically refresh a screen if the tables being used by that screen were modified during a background sync. |
As Tom said:
RegisterForEvent was not in the original UltraLiteJ API which was probably was it was not considered critical but given we have the SyncObserver, I see no reason why it can't be added to the list for Android. Is RegisterForEvent going to be released to ultraliteJ? tks
(17 May '12, 14:56)
Renato
|