Android sdk for banking.
android-banking-sdk is hosted in the following web site
https://github.com/woostrowski/android-banking-sdk
If you think the Android project android-banking-sdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-banking-sdk.
Item | Value |
---|---|
Java File Count | 35 |
Activity Count | 0 |
Test Case Count | 9 |
android-banking-sdk has the following Java source files.
com.wostrowski.banking.BankingProvider.java com.wostrowski.banking.Definitions.java com.wostrowski.banking.dagger.BankingModule.java com.wostrowski.banking.dagger.Graphs.java com.wostrowski.banking.local.model.BankServiceAccount.java com.wostrowski.banking.local.model.LocalBankAccount.java com.wostrowski.banking.local.model.LocalHistoryEntry.java com.wostrowski.banking.local.provider.Contract.java com.wostrowski.banking.local.provider.LocalAccountsDataProvider.java com.wostrowski.banking.local.provider.LocalAccountsDataProviderTest.java com.wostrowski.banking.local.provider.LocalAccountsDataResolver.java com.wostrowski.banking.local.provider.LocalAccountsDataResolverTest.java com.wostrowski.banking.local.provider.ProviderTestsBase.java com.wostrowski.banking.local.provider.QueryBuilder.java com.wostrowski.banking.remote.IRemoteDataProvider.java com.wostrowski.banking.remote.InvalidCredentialsException.java com.wostrowski.banking.remote.deutschebank.DBDataProvider.java com.wostrowski.banking.remote.deutschebank.HtmlDBMainPageParser.java com.wostrowski.banking.remote.deutschebank.HtmlDBMainPageParserTest.java com.wostrowski.banking.remote.inteligo.HistoryResponse.java com.wostrowski.banking.remote.inteligo.HtmlInteligoLoginPageReaderTest.java com.wostrowski.banking.remote.inteligo.HtmlInteligoMainPageReaderTest.java com.wostrowski.banking.remote.inteligo.InteligoDataProvider.java com.wostrowski.banking.remote.inteligo.InteligoDataProviderTest.java com.wostrowski.banking.remote.inteligo.JsonInteligoAccountPageReaderTest.java com.wostrowski.banking.remote.inteligo.JsonInteligoHistoryPageReaderTest.java com.wostrowski.banking.remote.inteligo.String.java com.wostrowski.banking.remote.model.BankAccount.java com.wostrowski.banking.remote.model.HistoryEntry.java com.wostrowski.banking.utils.StringUtils.java