Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

WhatsApp Clone on Android With Kotlin (Use some patterns )

Notifications You must be signed in to change notification settings

DoSzero/Stream-Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

Stream-Messenger

WhatsApp Clone on Android With Kotlin (Use some patterns)

What is Stream Chat ? πŸ‘½

Stream Chat, a service for building chat and messaging applications. This library includes both a low-level chat SDK and a set of reusable UI components. Most users start with the UI components, and fall back to the lower level API when they want to customize things.

Using βœ…

  • Message List implementation
  • MessageListView style and custom attachment type
  • Typing Header component created with the Low-Level Client library

Setup

repositories {
 mavenCentral()
}
dependencies {
 implementation "io.getstream:stream-chat-android-client:$stream_version"
}

Useful links πŸ’« :

Screenshots

drawing1

drawing1

drawing1

Use test acc to examine apk

AppleTest

!! Registered yours Stream account and change KEY , if app will be disconnected

About

WhatsApp Clone on Android With Kotlin (Use some patterns )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /