https://github.com/virgilsecurity/demo-twilio-chat-android
A simple Android application that demonstrates how the end-to-end encryption (E2EE) works in chat messaging use case. The application uses Twilio as a messaging provider.
https://github.com/virgilsecurity/demo-twilio-chat-android
android cryptography end-to-end-encryption twilio twilio-chat
Last synced: 10 months ago
JSON representation
A simple Android application that demonstrates how the end-to-end encryption (E2EE) works in chat messaging use case. The application uses Twilio as a messaging provider.
- Host: GitHub
- URL: https://github.com/virgilsecurity/demo-twilio-chat-android
- Owner: VirgilSecurity
- License: other
- Created: 2018-05-29T12:17:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T21:16:51.000Z (over 6 years ago)
- Last Synced: 2025-08-19T06:52:13.730Z (10 months ago)
- Topics: android, cryptography, end-to-end-encryption, twilio, twilio-chat
- Language: Kotlin
- Size: 2.42 MB
- Stars: 6
- Watchers: 15
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Virgil & Twilio E2EE Chat - Client

## Getting Started
Start Android Studio and choose *File -> New -> Project from Version Control -> Git* and fill in the *Git repository URL* with:
```
https://github.com/VirgilSecurity/demo-twilio-chat-android.git
```
Press *Done* - you're good to go!
### Set Up Backend
Follow instructions [here](https://github.com/VirgilSecurity/twilio-sample-backend-nodejs/tree/v5-demo-backend) for setting up your own backend.
## Build and Run
At this point you are ready to build and run the application on Android Emulator. To test the application on real device you have to provide your device with access to the local server you've recently setted up.
## Credentials
To build this sample were used next third-party frameworks
* [Twilio Programmable Chat](https://www.twilio.com/chat) - transmitting messages and handling channel events.
* [Virgil SDK](https://github.com/VirgilSecurity/virgil-sdk-java-android) - encrypting, decrypting messages and passwordless authentication.
* And some popular libraries: Fuel, RxKotlin/RxAndroid, Koin, Gson.
## Documentation
Virgil Security has a powerful set of APIs, and the documentation is there to get you started today.
* [Configure the SDK][_getstarted_root] documentation
* [Usage examples][_guides]
* [Create & publish a Card][_create_card] on Virgil Cards Service
* [Search user's Card by user's identity][_search_card]
* [Get user's Card by its ID][_get_card]
* [Use Card for crypto operations][_use_card]
* [Reference API][_reference_api]
## Support
Our developer support team is here to help you. Find out more information on our [Help Center](https://help.virgilsecurity.com/).
You can find us on [Twitter](https://twitter.com/VirgilSecurity) or send us email support@VirgilSecurity.com.
Also, get extra help from our support team on [Slack](https://virgilsecurity.com/join-community).
[_getstarted_root]: https://developer.virgilsecurity.com/docs/how-to#sdk-configuration
[_guides]: https://developer.virgilsecurity.com/docs/how-to#public-key-management
[_use_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/use-card-for-crypto-operation
[_get_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/get-card
[_search_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/search-card
[_create_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/create-card
[_reference_api]: https://developer.virgilsecurity.com/docs/api-reference