Skip to content

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