Hi, I'd like to save a notification (StatusBarNotification.Notification) on a SQLite database and retrieve is few minutes later, but it's not working as I can only save and retrieve strings, any method to do this?
Off the top of my head, you should be able to serialize it, maybe BASE64 it, and save it as a blob. Then you can pull it back out and deserialize it into a SBN object.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.