compose-samples
molecule
compose-samples | molecule | |
---|---|---|
105 | 21 | |
21,080 | 1,974 | |
1.7% | 1.6% | |
9.6 | 9.1 | |
3 days ago | 9 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
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.
molecule
-
Is this the best way to store the view state in Jetpack Compose?
Meanwhile, https://github.com/cashapp/molecule and https://github.com/slackhq/circuit/blob/cfcb6e6a28c53c0715d961917a9a5a9ddc07d5f3/docs/presenter.md?plain=1#L18
-
Architecture Help
Reddit uses Molecule, not Circuit.
-
Thesis ideas that can improve my knowledge for programming Android apps in Java
You could look at Compose, how the Compose compiler works internally, and perhaps build something unique / non-ui or investigate some other deep aspect of Compose compiler.
- EffeKt: reactivity in kotlin
-
Using Molecule in KMM
Thanks for the links, I already opened a bug issue : https://github.com/cashapp/molecule/issues/136
-
Show HN: Async UI: A Rust UI Library Where Everything Is a Future
Today in "HN never used a reactive framework that is not React and is offended when UI is not written with Dear ImGui".
This is literally the exact style of SwiftUI and Jetpack Compose (down to the author having used the term fragment, I sure hope this isn't leftover trauma from being an Android developer), except written in Rust (hence having to deal with lifetimes in the middle, default parameters, lambdas being quite verbose and needing to move things, etc).
Not blocking the UI thread is mandatory if you ever want to make any kind of complex UI. If you're a web dev, well you only have one thread anyways, good luck, if you're on any other platform, interactions _cannot_ ever block the UI (unless you, yourself, update the UI to say it is blocked). Making this async is a good thing.
Stack traces are a problem, but then again they've been a problem in any remotely capable UI toolkit.
With ReactiveCell, it looks surprisingly similar to what Compose does, where modifying a State causes recomposition of everything observing it. Which means that it might be powerful enough one day to do the same things as Molecule (https://github.com/cashapp/molecule), or ComposePPT (https://github.com/fgiris/composePPT), where everything is a potential target and it interops really well with existing toolkits.
- Kotlin combine flows
-
Molecule: Build a StateFlow stream using Jetpack Compose
Hmm, I see 0.4.0 https://github.com/cashapp/molecule/releases/tag/0.4.0
-
Compose in CashApp with Jake Wharton and Saket Narayan | Talking Kotlin
Here's an example: https://github.com/cashapp/molecule
-
Reactive UI state on Android, starring Compose
Recently, Cash App introduced Molecule and suggested that Jetpack Compose can help solve the problem of managing UI state.
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.
mosaic - Build terminal UI in Kotlin using Jetpack Compose
filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
KotlinBloc - A predictable state management library for Kotlin and Jetpack Compose, using the BLoC design pattern.
MVICore - MVI framework with events, time-travel, and more
nowinandroid - A fully functional Android app built entirely with Kotlin and Jetpack Compose