{"id":19635825,"url":"https://github.com/codepath/android-parse-simple-chat","last_synced_at":"2025-04-28T08:31:11.093Z","repository":{"id":67987386,"uuid":"51914214","full_name":"codepath/android-parse-simple-chat","owner":"codepath","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-17T10:34:25.000Z","size":92,"stargazers_count":4,"open_issues_count":0,"forks_count":11,"subscribers_count":19,"default_branch":"master","last_synced_at":"2023-05-10T14:13:27.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codepath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-17T10:23:35.000Z","updated_at":"2019-01-13T22:55:43.000Z","dependencies_parsed_at":"2023-05-03T08:22:08.527Z","dependency_job_id":null,"html_url":"https://github.com/codepath/android-parse-simple-chat","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepath%2Fandroid-parse-simple-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepath%2Fandroid-parse-simple-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepath%2Fandroid-parse-simple-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepath%2Fandroid-parse-simple-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codepath","download_url":"https://codeload.github.com/codepath/android-parse-simple-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224102216,"owners_count":17256117,"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":[],"created_at":"2024-11-11T12:27:08.840Z","updated_at":"2024-11-11T12:27:10.093Z","avatar_url":"https://github.com/codepath.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Chat Client Using Parse\n\nThe sample code explains how to build a very simple chat application in Android using Parse backend-as-a-service.\n\n\u003e**Note:** This chat application is by no means a fully-featured or production ready chat function. This tutorial is an illustration of how to quickly build an app using [Parse](https://www.parse.com).\n\n## Usage\n\nIn order to be able to run this app, clone it and update the `applicationId`, `server` and `clientKey` in `ChatApplication.java` file.\n\n```java\nParse.initialize(new Parse.Configuration.Builder(this)\n             .applicationId(\"YOUR_APPLICATION_ID\") // should correspond to APP_ID env variable\n             .addNetworkInterceptor(new ParseLogInterceptor())\n             .server(\"https://myparseapp.herokuapp.com/parse/\")\n             .clientKey(\"YOUR_CLIENT_KEY\").build());\n```\n\n## Final Output\n\n![Chat App|250](http://i.imgur.com/3UZ6ZNy.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepath%2Fandroid-parse-simple-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodepath%2Fandroid-parse-simple-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepath%2Fandroid-parse-simple-chat/lists"}