banane / bananealarm

Android scheduled notifications, using alarm manager
9 stars 2 forks source link

please explain how it works #1

Open hamidmalek opened 9 years ago

hamidmalek commented 9 years ago

hi thanks for your code. the sample is working correctly, but when I tried to use it in my application it's not working. would you tell me any possible mistake or tell more about how your code works?

banane commented 9 years ago

Can you post the error you're getting? There's not much to go on here.

hamidmalek commented 9 years ago

thank you so much. In fact I got no error, but no alarm is shown in the notification center. I can send you my project and explain it more, but it will be so helpful if you could tell me the way you chose to do this. in fact my problem is kinda this http://stackoverflow.com/questions/29456687/set-notification-alert-every-24-hours-android

banane commented 9 years ago

test with every 2 minutes, if you get that you know it's working. then roll it back to once a day.

On Tue, Apr 7, 2015 at 12:52 AM, hamidmalek notifications@github.com wrote:

thank you so much. In fact I got no error, but no alarm is shown in the notification center. I can send you my project and explain it more, but it will be so helpful if you could tell me the way you chose to do this. in fact my problem is kinda this

http://stackoverflow.com/questions/29456687/set-notification-alert-every-24-hours-android

— Reply to this email directly or view it on GitHub https://github.com/banane/bananealarm/issues/1#issuecomment-90434695.