https://github.com/android/people-messaging-codelab
https://github.com/android/people-messaging-codelab
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/android/people-messaging-codelab
- Owner: android
- License: apache-2.0
- Archived: true
- Created: 2023-05-18T19:29:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T22:18:59.000Z (almost 3 years ago)
- Last Synced: 2024-09-26T01:29:14.366Z (over 1 year ago)
- Language: Kotlin
- Size: 5.67 MB
- Stars: 45
- Watchers: 52
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# People & Messaging chat app
This chat app is an extension of the [Jetchat chat app](https://github.com/android/compose-samples/tree/main/Jetchat),
integrating the [People and messaging APIs](https://developer.android.com/develop/ui/views/notifications/conversations).
The chat app can stand alone as a sample showcasing the various APIs that enable chat apps to
leverage the people centric features in Android but also serves as the sample code for the
[People and messaging codelab](https://codelabs.developers.google.com/people-messaging)
To try out this sample app, you need to use
[Android Studio Arctic Fox](https://developer.android.com/studio)
You can clone this repository or import the
project from Android Studio following the steps
[here](https://developer.android.com/jetpack/compose/setup#sample).
## Known issues
This app has the same known issues mentioned in the Jetchat app. Note also, that like the Jetchat app,
it only simulates a conversation with random non-relevant responses with the purpose of just showcasing
the features that are relevant to messaging.
## License
```
Copyright 2023 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
[compose]: https://developer.android.com/jetpack/compose
[coil-accompanist]: https://google.github.io/accompanist/coil/