jpkg
compose-samples
jpkg | compose-samples | |
---|---|---|
3 | 106 | |
5 | 21,493 | |
- | 1.4% | |
0.0 | 9.2 | |
almost 4 years ago | 7 days ago | |
Kotlin | Kotlin | |
MIT License | 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.
jpkg
-
Some Gradle plugins from my personal toolbox
JPKG
-
Automatic and seamless way to install a JVM when distributing app
I ended up writing a gradle plugin to act as a wrapper for the jpackage command, maybe it could be helpful: jpkg
-
How to create an exe from TornadoFx and Kotlin
I'm doing a couple projects in that stack right now and I've found the jpackage tool to be pretty ok, you just need to be using JDK14+. To that end I actually ended up writing my own gradle plugin to manage everything in one place, especially for use in a CI/CD pipeline and do deal with all the codesigning requirements for mac. It's still very new and untested, but here is the repo with how to use it. Hopefully it will help somewhat.
compose-samples
-
Building Blocks: The Philosophy Behind AtomicKit for Jetpack Compose
Official Jetpack Compose Samples - Google's repository of sample applications showcasing Compose patterns
-
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
What are some alternatives?
shadow - Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
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.