{"id":23178530,"url":"https://github.com/cometchat/cometchat-sample-app-android-java","last_synced_at":"2025-04-12T14:56:49.009Z","repository":{"id":43031930,"uuid":"160367383","full_name":"cometchat/cometchat-sample-app-android-java","owner":"cometchat","description":"Voice \u0026 Video Calling and Text Chat App for Java (Android)","archived":false,"fork":false,"pushed_at":"2024-12-02T18:19:24.000Z","size":77272,"stargazers_count":171,"open_issues_count":0,"forks_count":128,"subscribers_count":27,"default_branch":"v4","last_synced_at":"2024-12-03T04:36:40.048Z","etag":null,"topics":["android","app","calling","chat","conference","java","messaging","video","voice"],"latest_commit_sha":null,"homepage":"","language":"Java","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/cometchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-04T14:08:50.000Z","updated_at":"2024-12-02T18:16:26.000Z","dependencies_parsed_at":"2023-11-16T07:30:20.511Z","dependency_job_id":"8e5100cf-0654-4cd3-b33a-ed9d74c0a4d8","html_url":"https://github.com/cometchat/cometchat-sample-app-android-java","commit_stats":null,"previous_names":["cometchat-pro/cometchat-chat-sample-app-android-java","cometchat/cometchat-chat-sample-app-android-java","cometchat/cometchat-sample-app-android-java"],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-android-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-android-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-android-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-android-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cometchat","download_url":"https://codeload.github.com/cometchat/cometchat-sample-app-android-java/tar.gz/refs/heads/v4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586249,"owners_count":21128997,"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","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","app","calling","chat","conference","java","messaging","video","voice"],"created_at":"2024-12-18T07:11:40.992Z","updated_at":"2025-04-12T14:56:48.984Z","avatar_url":"https://github.com/cometchat.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"CometChat\" src=\"https://assets.cometchat.io/website/images/logos/banner.png\"\u003e\n\u003c/p\u003e\n\n# Android Sample App by CometChat\n\nThis is a reference application showcasing the integration of [CometChat's Android UI Kit](https://www.cometchat.com/docs/v4/android-uikit/overview) within an Android framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their own Android-based applications.\n\n\u003cdiv style=\"\n    display: flex;\n    align-items: center;\n    justify-content: center;\"\u003e\n   \u003cimg src=\"./Screenshots/overview_cometchat_screens.png\" /\u003e\n\u003c/div\u003e\n\n## 🚀 Try the New v5 UI Kit!\nDiscover the all-new [v5 UI Kit](https://github.com/cometchat/cometchat-uikit-android/tree/v5), featuring a completely revamped design for enhanced usability and visual appeal. With restructured components, advanced styling options, and a streamlined integration process, v5 offers a seamless, customizable experience tailored to your needs. Try it now and elevate your development workflow!\n\n## Prerequisites\n\n- Android Studio\n- Android Device or emulator with Android version 6.0 or above.\n- Java 8 or above.\n- Sign up for a [CometChat](https://app.cometchat.com/) account to get your app credentials: _`App ID`_, _`Region`_, and _`Auth Key`_\n\n\n## Installation\n1. Clone the repository:\n    ```\n    git clone https://github.com/cometchat/cometchat-sample-app-android-java.git\n    ```\n2. In Android Studio, open the project cometchat-sample-app-android-java\n\n3. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppConstants.java](https://github.com/cometchat/cometchat-sample-app-android-java/blob/v4/app/src/main/java/com/cometchat/javasampleapp/AppConstants.java) file:\n   https://github.com/cometchat/cometchat-sample-app-android-java/blob/b78f03fb8159a2c719772676c97717e87a565c3c/app/src/main/java/com/cometchat/javasampleapp/AppConstants.java#L3-L11\n\n4.  If your app is created before August 12th, 2024 then change the sample data URL to `https://assets.cometchat.io/sampleapp/v1/sampledata.json` in the [app/src/main/java/com/cometchat/javasampleapp/constants/StringConstants.java](https://github.com/cometchat/cometchat-sample-app-android-java/blob/v4/app/src/main/java/com/cometchat/javasampleapp/constants/StringConstants.java) file: https://github.com/cometchat/cometchat-sample-app-android-java/blob/b78f03fb8159a2c719772676c97717e87a565c3c/app/src/main/java/com/cometchat/javasampleapp/constants/StringConstants.java#L12-L14\n\n5. Run the app on a device or emulator.\n\n\n## Help and Support\nFor issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/android-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-sample-app-android-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcometchat%2Fcometchat-sample-app-android-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-sample-app-android-java/lists"}