An open API service indexing awesome lists of open source software.

https://github.com/docusign/sample-app-android-finance-java

This sample application showcases how a fictitious financial institution can use the Docusign Android SDK to build a mobile application for their customers.
https://github.com/docusign/sample-app-android-finance-java

android java

Last synced: about 1 month ago
JSON representation

This sample application showcases how a fictitious financial institution can use the Docusign Android SDK to build a mobile application for their customers.

Awesome Lists containing this project

README

          

# Android Finance Sample Application
This is a sample Java application which demonstrates the integration of Docusign Android SDK.

## Credentials Needed
Before getting started, an Integration Key and valid Service User credentials are needed. The SDK cannot be used without these.
### Integration Key
To use any Docusign SDK or the REST API, an Integration Key is needed. Visit https://developers.docusign.com/ to obtain an Integration Key if one does not already exist. Note that an Integration Key is first provisioned on the DEMO environment, and then must be promoted to PROD when ready.
### Email & Password
To use the Docusign Android SDK, credentials are necessary. That user's credentials are what should be used in the Authentication section below.

## Sample Application Usage
1. Launch Sample Application.
2. In Login screen, select Settings from Title toolbar. Enter IntegratorKey, ClientSecret and Redirect Uri.
3. Select Login in Login screen. Provide Docusign user name and password associated with the account.
4. User is navigated to Home screen after successful login. It displays list of appointments.
### Template flow
#### Online Signing
1. Device or emulator should have proper network and is not in airplane mode.
2. In Home screen, select 'Tom Wood'. Select 'View Agreement'. Select 'Invest in Portfolio'.
3. List of Templates are displayed.
4. Select 'Android Finance Portfolio A Agreement' template.
5. Starts Online Signing ceremony.
6. Finish signing.
#### Offline Signing
1. Device or emulator should be in airplane mode and no network.
2. In Home screen, select 'Tom Wood'. Select 'View Agreement'. Select 'Invest in Portfolio'.
3. List of Templates are displayed.
4. Select 'Android Finance Portfolio A Agreement' template.
5. Starts Offline Signing ceremony.
6. Finish signing.
7. In Home screen, select 'Pending Sync' tab.
8. Sync the signed document.
### Envelope flow
#### Online Signing
1. Device or emulator should have proper network and is not in airplane mode.
2. In Home screen, select 'Andrea Kuhn'. Select 'View Agreement'. Select 'Invest in Portfolio'.
3. Starts Online Signing ceremony.
4. Finish signing.
#### Offline Signing
1. Device or emulator should be in airplane mode and no network.
2. In Home screen, select 'Andrea Kuhn'. Select 'View Agreement'. Select 'Invest in Portfolio'.
3. Starts Offline Signing ceremony.
4. Finish signing.
5. In Home screen, select 'Pending Sync' tab.
6. Sync the signed document.

## License information
This repository uses the MIT License. See the [LICENSE](./LICENSE) file for more information.