compose-samples
stream-chat-android
compose-samples | stream-chat-android | |
---|---|---|
105 | 9 | |
21,140 | 1,515 | |
2.0% | 1.1% | |
9.6 | 9.8 | |
3 days ago | 7 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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.
compose-samples
-
How to Provide Accessibility in Your Android App | Scaling * Text Size * Focus Order * Labeling
Source: JetNews sample app
-
Kino: Pro Video Camera
Your concept of Android development looks to be stuck in the 4.4 days. Jetpack Compose and its declarative UI is how modern Android apps are developed.
https://github.com/android/compose-samples
>Hopefully Flutter will fix that because the difference in usability is night and day. It's just a shame the Dart ecosystem is so dead.
I don't see how the difference is night and day when they both use declarative UI's. Whether you use Jetpack Compose/Kotlin or Flutter/Dart is really up to your objectives. As for your claim that the Dart ecosystem is dead - I really don't get that, since Flutter/Dart is the #1 cross-platform development environment.
-
Building a subscription tracker Desktop and iOS app with compose multiplatform
Voyager is a multiplatform navigation library built for, and seamlessly integrated with, Jetpack Compose.
-
Effective Map Composables: Non-Draggable Markers
This repository contains Jetpack Compose components for the Maps SDK for Android.
-
Jetpack Compose Mastery Part 2: Advanced Tools and Resources for Mastering Compose UI
The official documentation provides a comprehensive guide on the basics of Jetpack Compose, components, layouts, theming, and more advanced topics.
- Jetpack Compose UI App Development Toolkit
-
How the new Threads app is made
Apparently Jetpack Compose is an Android copy of SwiftUI?
https://developer.android.com/jetpack/compose
Only two HN threads with comments: https://hn.algolia.com/?q=jetpack+compose
-
Adaptive layouts in jetpack compose
If you want to take a look at code, we have the Jetnews sample app that support different screen sizes. And Jetcaster also implements features such as table top mode.
-
Customizable calendar for Jetpack Compose with option to add app specific dates etc.
check this out : https://github.com/android/compose-samples/tree/main/Crane
-
Seeking Guidance: How should I learn Android Dev
So I would say that instead if learning everything from Android SDK, you should just set a goal to create some app. Learn about Activities, their lifecycle, layouts (or Compose if you want to be more up to date). Try to implement your app based on this. Then improve your app using Fragments and their lifecycle. If you truly want to understand Views, which are essentially the building blocks of Android UI then I would recommend implementing your own custom View, which will have completely custom look - it is cool thing to try and you will learn how it all works inside.
stream-chat-android
-
Building Real-Time Chat with Kotlin Multiplatform and Stream Chat SDK
Stream's offerings and Kotlin Multiplatform might be a great fit for your next project. Embrace the future of app development by writing less code and delivering more value to your users.
-
7 Best Chat APIs for Web, Mobile, and Desktop Apps
Platform, language, and tech stack: React, Android, React Native, iOS, Flutter, Unreal, Angular, Unity, and UI Kits.
-
Does Jetpack Compose have all features of traditional XML?
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
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.
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
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
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.
What are some alternatives?
MPAndroidChart - A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
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:
filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
ArcChartView - Arc Chart View (Draw Creative Statistic Arc Charts)
MVICore - MVI framework with events, time-travel, and more
Retrofit - A type-safe HTTP client for Android and the JVM