{"id":19198555,"url":"https://github.com/virgilsecurity/demo-twilio-chat-android","last_synced_at":"2025-09-07T10:38:36.505Z","repository":{"id":146282700,"uuid":"135291465","full_name":"VirgilSecurity/demo-twilio-chat-android","owner":"VirgilSecurity","description":"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.","archived":false,"fork":false,"pushed_at":"2020-03-25T21:16:51.000Z","size":2536,"stargazers_count":6,"open_issues_count":11,"forks_count":1,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-08-19T06:52:13.730Z","etag":null,"topics":["android","cryptography","end-to-end-encryption","twilio","twilio-chat"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VirgilSecurity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-29T12:17:47.000Z","updated_at":"2023-07-06T06:06:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5b0bcf2-d354-4097-8aa6-c75b1afd50b3","html_url":"https://github.com/VirgilSecurity/demo-twilio-chat-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VirgilSecurity/demo-twilio-chat-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirgilSecurity%2Fdemo-twilio-chat-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirgilSecurity%2Fdemo-twilio-chat-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirgilSecurity%2Fdemo-twilio-chat-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirgilSecurity%2Fdemo-twilio-chat-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VirgilSecurity","download_url":"https://codeload.github.com/VirgilSecurity/demo-twilio-chat-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirgilSecurity%2Fdemo-twilio-chat-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026705,"owners_count":25209739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cryptography","end-to-end-encryption","twilio","twilio-chat"],"created_at":"2024-11-09T12:22:37.965Z","updated_at":"2025-09-07T10:38:36.479Z","avatar_url":"https://github.com/VirgilSecurity.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo Virgil \u0026 Twilio E2EE Chat - Client\n\n![VirgilSDK](https://cloud.githubusercontent.com/assets/6513916/19643783/bfbf78be-99f4-11e6-8d5a-a43394f2b9b2.png)\n\n## Getting Started\n\nStart Android Studio and choose *File -\u003e New -\u003e Project from Version Control -\u003e Git* and fill in the *Git repository URL* with: \n```\nhttps://github.com/VirgilSecurity/demo-twilio-chat-android.git\n```\nPress *Done* - you're good to go!\n\n### Set Up Backend\nFollow instructions [here](https://github.com/VirgilSecurity/twilio-sample-backend-nodejs/tree/v5-demo-backend) for setting up your own backend.\n\n## Build and Run\nAt 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.\n\n## Credentials\n\nTo build this sample were used next third-party frameworks\n\n* [Twilio Programmable Chat](https://www.twilio.com/chat) - transmitting messages and handling channel events.\n* [Virgil SDK](https://github.com/VirgilSecurity/virgil-sdk-java-android) - encrypting, decrypting messages and passwordless authentication.\n* And some popular libraries: Fuel, RxKotlin/RxAndroid, Koin, Gson.\n\n## Documentation\n\nVirgil Security has a powerful set of APIs, and the documentation is there to get you started today.\n\n* [Configure the SDK][_getstarted_root] documentation\n* [Usage examples][_guides]\n  * [Create \u0026 publish a Card][_create_card] on Virgil Cards Service\n  * [Search user's Card by user's identity][_search_card]\n  * [Get user's Card by its ID][_get_card]\n  * [Use Card for crypto operations][_use_card]\n* [Reference API][_reference_api]\n\n## Support\n\nOur developer support team is here to help you. Find out more information on our [Help Center](https://help.virgilsecurity.com/).\n\nYou can find us on [Twitter](https://twitter.com/VirgilSecurity) or send us email support@VirgilSecurity.com.\n\nAlso, get extra help from our support team on [Slack](https://virgilsecurity.com/join-community).\n\n[_getstarted_root]: https://developer.virgilsecurity.com/docs/how-to#sdk-configuration\n[_guides]: https://developer.virgilsecurity.com/docs/how-to#public-key-management\n[_use_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/use-card-for-crypto-operation\n[_get_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/get-card\n[_search_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/search-card\n[_create_card]: https://developer.virgilsecurity.com/docs/java/how-to/public-key-management/v5/create-card\n[_reference_api]: https://developer.virgilsecurity.com/docs/api-reference\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirgilsecurity%2Fdemo-twilio-chat-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirgilsecurity%2Fdemo-twilio-chat-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirgilsecurity%2Fdemo-twilio-chat-android/lists"}