In my application I add income and expense data and display it in a home page as a summary. Now suppose I have some fixed expense, which happens daily, that will be automatically added to the expenses at the time which I set. How can I do this?
Share
In my opinion, you should use timer or notification only when you are creating a reminder kind of feature.
As per my understanding from your question, I would suggest you following suggestion: