You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes you are right, just extending Bank.java should do it. Take a look at some of the other bank-implementations to get an idea how it can be done. Unfortunately there exists no reference implementation so look through a few to see how it can be done and best practice.
Please submit a working pull-request when you have working support.
Hello,
First of all, I would lika to say that this is a great opensource effort.
Congratulations!!!
I would like to add support for the following online banking service:
bpmbanking.it
The requested information is available at:
https://github.com/montoyaedu/bpmbanking/blob/master/src/main/java/edu/banking/bpmbanking/SimpleController.java
Here a summary:
All urls should have the following prefix:
And MIME types/encodings are as following:
It should be possible to link this library by extending:
https://github.com/montoyaedu/bpmbanking/blob/master/src/main/java/edu/banking/bpmbanking/SimpleClient.java
and then by overriding onXxxx... methods.
An example application that I use for keeping track of my transactions is available at:
https://github.com/montoyaedu/bpmbanking/blob/master/src/main/java/edu/banking/bpmbanking/example/BPMClient.java
Hope this is enough. If you want, I can try to add bpmbanking support myself.
Is it enough to extend the following class?
https://github.com/liato/android-bankdroid/blob/master/bankdroid-legacy/src/main/java/com/liato/bankdroid/banking/Bank.java
Thanks in advance for considering this message.
Cheers,
Edu.
The text was updated successfully, but these errors were encountered: