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.
- Host: GitHub
- URL: https://github.com/docusign/sample-app-android-finance-java
- Owner: docusign
- License: mit
- Created: 2021-10-22T19:44:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T17:41:22.000Z (about 1 year ago)
- Last Synced: 2025-04-11T22:43:19.805Z (12 months ago)
- Topics: android, java
- Language: Java
- Homepage: https://developers.docusign.com/docs/mobile-sdks/android-sdk/sample-app/
- Size: 1.26 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.