You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compose Chat SDK from Stream: The Jetpack Compose Chat Messaging SDK is built on a low-level chat client and provides modular, customizable Compose UI components that you can easily drop into your app.
Jetpack
Compose: Androidβs modern toolkit for building native UI.
Lifecycle: Observe lifecycle changes.
ViewModel: UI related data holder and lifecycle aware.
Room Persistence: Constructs Database by providing an abstraction layer over SQLite to allow fluent database access.
Paging3: Loads and displays pages of data from a larger dataset from local storage or over network.
Copyright 2022 MathRoda, Inc. All Rights Reserved.
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.
About
a Facebook Messenger clone using Stream SDK & Jetpack Compose