Jacob Bonk

Results 5 comments of Jacob Bonk

Try adding ```xml ``` and this ```xml ``` to your android manifest

The "done" button was implemented like a delete or completed action. So it removes the notification from the local database, while the "dismiss" action is just used to close that...

I haven't worked with wakelock before so I'll test it a bit this weekend but I looked at the documentation and wouldn't calling wakeLock.release(); cancel the wakelock? So you would...

I played around with for a bit and I couldn't get it to miss the correct time. What timezone are you using?

It should work with ListTile although I haven't tested it. To add items to a list all you need to do is add an item object to the BoardList object....