wallysonlima/mypocket

Renewing balance/credit on the specified day.

wallysonlima opened this issue · 0 comments

I need every month renewed the credit and the balance on the day specified by the User, the problem is that every time he starts on the day he is renovating.

The methods are called in MainActivity lines 53 and 55:

mPresenter.renewalBalanceAccount(); mPresenter.renewalCredit();
https://github.com/WallysonNunes/myPocket/blob/master/app/src/main/java/wallyson/com/br/mypocket/view/MainActivity.java

Methods to renew are in MainActivityPresenter lines 73 and 96:

https://github.com/WallysonNunes/myPocket/blob/master/app/src/main/java/wallyson/com/br/mypocket/presenter/MainActivityPresenter.java