The idea for Payit occurred to me when I missed a payment on one of my credit cards (oops). Basically, I wanted an application that would notify me a day or two before my card was due, sure my credit cards already sent me e-mails but I would never read them or they would send me the reminder a week in advance, and who remembers that?
I decided to try and build an app that would allow me to customize these notifications and as an added bonus would try and give me a recommended payment amount (some wonky math with interest, blah, blah). All the while learning more and more Android development concepts as well as becoming a better designer (I'm pretty bad right now).
- Getting actual notifications, without having to have the user explicitly change their security settings, thanks NotificationListenerService...
- Finish work on the About page of the application.
- Get better maths for calculating recommended payment amount
Add some nicer animationsUI in general
Copyright 2016 Luis Padron
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.




