stream-chat-android VS publish-plugin

Compare stream-chat-android vs publish-plugin and see what are their differences.

stream-chat-android

:speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat (by GetStream)

publish-plugin

Gradle plugin for publishing to Nexus repositories (by gradle-nexus)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
stream-chat-android publish-plugin
6 3
1,345 381
1.2% 0.8%
9.8 8.4
5 days ago 7 days ago
Kotlin Kotlin
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stream-chat-android

Posts with mentions or reviews of stream-chat-android. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.
  • Does Jetpack Compose have all features of traditional XML?
    1 project | /r/androiddev | 20 Jan 2022
    Nothing, but that hardly achieves the same thing. For example, if you're building an API that others will consume and you want to let them dynamically replace parts of the UI within your components, you'll have quite a challenge giving your users a simple and flexible API based on Views (see for example many things in Stream's SDK that I used to work on). Gets even more difficult if this is within a RecyclerView.
  • Adventures in Tracking Upload Progress With OkHttp and Retrofit
    2 projects | dev.to | 10 Dec 2021
    So that's the implementation we ended up with for now! You can find all of this code in the Chat Android SDK's GitHub repository if you want to look at it in a real project.
  • Need suggestions for a chat SDK to handle 1K users daily.
    5 projects | /r/startups | 28 Apr 2021
    Check out Stream on Github. They have a few chat SDKs for iOS, Android, React and a few others. Website: https://getstream.io/
  • Publishing Android libraries to MavenCentral in 2021
    3 projects | dev.to | 21 Apr 2021
    We’ll use our very own Android Chat SDK in our examples. This SDK is made up of multiple artifacts, but for simplification, we’ll just talk about publishing the low-level networking client, which lives in the stream-chat-android-client module of the GitHub repository.
  • Build an Android Chat app with Jetpack Compose
    3 projects | dev.to | 19 Mar 2021
    We already ship a UI Components library in our Chat SDK which contains ready-to-go, fully-featured Android Views to drop into your app, along with ViewModels that let you connect them to business logic in just a single line of code. You can check out how that works in our Android Chat Tutorial.

publish-plugin

Posts with mentions or reviews of publish-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-21.
  • Publishing Android libraries to MavenCentral in 2021
    3 projects | dev.to | 21 Apr 2021
    To easily automate publishing later, you'll use the gradle-nexus/publish-plugin tool. This has to be added in your project level (root) build.gradle file as a dependency.
  • No-bullshit guide on publishing your Gradle projects to Maven Central
    2 projects | dev.to | 27 Feb 2021
    There is a remedy: Gradle Nexus Publish Plugin. This plugin automatically closes and releases OSSRH staging repositories whenever you publish something. To use it, remove the repositories section from the publishing plugin configuration of your build script (the one mentioning "OSSRH" in my example above) and add these lines to your build:
  • How to publish a Gradle project to OSSRH.
    3 projects | /r/java | 5 Feb 2021
    Yeah, the new plugin which combines both of these functionalities is wip https://github.com/gradle-nexus/publish-plugin . I assume this will get released soon.

What are some alternatives?

When comparing stream-chat-android and publish-plugin you can also consider the following projects:

stream-chat-compose-experiment

java-11-examples - JDK 11 examples and demo projects.

Retrofit - A type-safe HTTP client for Android and the JVM

gradle-maven-publish-plugin - A Gradle plugin that publishes your Android and Kotlin libraries, including sources and javadoc, to Maven Central or any other Nexus instance.

compose-samples - Official Jetpack Compose samples.

aws-junit5 - JUnit 5 extensions for AWS

Stream-Framework - Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology:

gradle-publish-ossrh-sample

stream-chat-react - React Chat SDK ➜ Stream Chat 💬

kotlin-android-template - Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️

ArcChartView - Arc Chart View (Draw Creative Statistic Arc Charts)

stream-chat-swift - 💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API