jetpack-compose

Open-source projects categorized as jetpack-compose

Top 23 jetpack-compose Open-Source Projects

  • compose-samples

    Official Jetpack Compose samples.

  • Project mention: Jetpack Compose Mastery Part 2: Advanced Tools and Resources for Mastering Compose UI | dev.to | 2024-01-28

    The official documentation provides a comprehensive guide on the basics of Jetpack Compose, components, layouts, theming, and more advanced topics.

  • nowinandroid

    A fully functional Android app built entirely with Kotlin and Jetpack Compose

  • Project mention: Performance Impact Analysis of Gradle 8.7 in Android Projects | dev.to | 2024-03-23

    As a simple example, today we will apply a performance test within an experiment on the new Gradle version in the project nowinandroid. The goal is to verify that the update has no impact on our codebase. In the experiment, we will cover the worst-case scenario where all tasks are executed and we don't have build-cache available.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Seal

    ๐Ÿฆญ Video/Audio Downloader for Android, based on yt-dlp, designed with Material You

  • Project mention: NewPipe v0.26.0 Released | news.ycombinator.com | 2023-12-22

    Don't know about Ymusic as it doesn't seem open source, but seal [0] seems like a good alternative, based on yt-dl

    0: https://github.com/JunkFood02/Seal

  • ViMusic

    An Android application for streaming music from YouTube Music.

  • Project mention: NewPipe v0.26.0 Released | news.ycombinator.com | 2023-12-22

    There's also ViMusic, which is open source: https://github.com/vfsfitvnm/ViMusic/

  • accompanist

    A collection of extension libraries for Jetpack Compose

  • Project mention: Android Development: A Bug-Laden Ballet on a Spaghetti Tightrope | /r/mAndroidDev | 2023-08-01

    The truly disheartening part is that whenever you choose something that works, for example ViewPager1, you need to defend that yes, this thing actually works as intended, yes, there's nothing in it that would "break over time" just because Googlers added the @Deprecated on it, and yes, you still don't want to use Compost for this because you still cannot scroll vertically in a horizontal Pager if your view is a WebView.

  • android-developer-roadmap

    ๐Ÿ—บ The Android Developer Roadmap offers comprehensive learning paths to help you understand Android ecosystems.

  • tivi

    Tivi is a TV show tracking Android app, which connects to trakt.tv

  • Project mention: Do you have an open source (base) project using latest tech? | /r/androiddev | 2023-06-18

    Look no more: https://github.com/chrisbanes/tivi

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • ComposeCookBook

    A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential

  • Balloon

    :balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

  • Jetpack-Compose-Playground

    Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose

  • Learn-Jetpack-Compose-By-Example

    ๐Ÿš€ This project contains various examples that show how you would do things the "Jetpack Compose" way

  • compose-destinations

    Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

  • PeopleInSpace

    Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, Compose for Web and Kotlin/JS + React clients along with Ktor backend.

  • apkupdater

    APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.

  • Jetpack-Compose-Tutorials

    ๐Ÿš€๐Ÿงจ๐Ÿ“ Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others.

  • ivy-wallet

    Ivy Wallet is an open-source money manager app for android that you can either build or download from Google Play.

  • Project mention: Need suggestions for a good expense manager | /r/androidapps | 2023-12-09
  • MaterialAudiobookPlayer

    Minimalistic audiobook player

  • Project mention: Free Public Domain Audiobooks | news.ycombinator.com | 2023-05-07

    I recently found the Voice Audiobook Player for Android on the google play store[1][2]. Point it to a folder and it looks in there for audiobooks, one per subfolder, and keeps track of which ones you've read and where you are in each one.

    No signup, no ads (albeit maybe analytics and crash telemetry), GPL3 code, fairly minimal and keeps audiobooks away from messing up music playlists or from podcast app complexity. Haven't used it enough to give a full review, but it seems exactly what I wanted and good for Libribox book downloads.

    [1] https://play.google.com/store/apps/details?id=de.ph1b.audiob...

    [2] source: https://github.com/PaulWoitaschek/Voice

  • voyager

    ๐Ÿ›ธ A pragmatic navigation library for Jetpack Compose (by adrielcafe)

  • Project mention: Kotlin Routing - routing everything | dev.to | 2024-04-25

    KMP use cases increasing, developers migrating or creating your projects to KMP, no routing system or navigation available to KMP (Except Voyager), that was the opportunity to create one.

  • Showkase

    ๐Ÿ”ฆ Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements

  • Project mention: Do we have something similar to Airbnb Showkase for Swift/iOS ? | /r/swift | 2023-07-05

    Ref : https://github.com/airbnb/Showkase

  • ImageToolbox

    ๐Ÿ–ผ๏ธ Image Toolbox is an powerful picture editor, which can crop, apply filters, add some drawing, erase background, edit EXIF or even create PDF file

  • Project mention: Video resize app for Android? | /r/opensource | 2023-11-13

    I use Image Toolbox to resize images - wish it did videos too! https://github.com/T8RIN/ImageToolbox

  • landscapist

    ๐ŸŒป A pluggable, highly optimized Jetpack Compose and Kotlin Multiplatform image loading library that fetches and displays network images with Glide, Coil, and Fresco.

  • kmm-production-sample

    This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.

  • Project mention: Kotlin Multiplatform for Android and iOS Apps | news.ycombinator.com | 2023-09-25

    Business logic is not only about backend. Apps usually have a lot of client-side logic that can be written once in KMM and used on both platforms. See [1] for a high level architecture diagram.

    I'm an iOS dev and I've been using KMM on a couple of projects for more than a year now. It's really a powerfull technology which allows teams to move faster, but there are downsides, for example lack of native Swift interop, though there are opensource tools trying to solve this [2].

    [1]: https://github.com/Kotlin/kmm-production-sample/tree/master#...

  • jetpack-compose-awesome

    ๐Ÿ“ A curated list of awesome Jetpack Compose libraries, projects, articles and resources

  • Project mention: Jetpack Compose Mastery Part 2: Advanced Tools and Resources for Mastering Compose UI | dev.to | 2024-01-28

    Awesome Jetpack Compose is a GitHub repository that collects a vast array of Compose learning resources, libraries, and project examples.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

jetpack-compose related posts

  • Facing the Monster: An Analgesic for Relayphobia

    2 projects | dev.to | 8 Apr 2024
  • Performance Impact Analysis of Gradle 8.7 in Android Projects

    1 project | dev.to | 23 Mar 2024
  • Jetpack Compose Mastery Part 2: Advanced Tools and Resources for Mastering Compose UI

    2 projects | dev.to | 28 Jan 2024
  • GraphQL Code Generator with TypeScript, React and Apollo Client

    1 project | dev.to | 29 Dec 2023
  • NewPipe v0.26.0 Released

    11 projects | news.ycombinator.com | 22 Dec 2023
  • Quick capture feature support through Periodic PARA Plugin

    1 project | /r/ObsidianMD | 10 Dec 2023
  • Need suggestions for a good expense manager

    1 project | /r/androidapps | 9 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source jetpack-compose projects? This list will help you:

Project Stars
1 compose-samples 18,824
2 nowinandroid 15,295
3 Seal 7,929
4 ViMusic 7,595
5 accompanist 7,211
6 android-developer-roadmap 6,980
7 tivi 6,402
8 ComposeCookBook 5,978
9 Balloon 3,573
10 Jetpack-Compose-Playground 3,276
11 Learn-Jetpack-Compose-By-Example 3,140
12 compose-destinations 3,061
13 PeopleInSpace 2,787
14 apkupdater 2,633
15 Jetpack-Compose-Tutorials 2,511
16 ivy-wallet 2,314
17 MaterialAudiobookPlayer 2,277
18 voyager 2,222
19 Showkase 2,050
20 ImageToolbox 2,013
21 landscapist 1,946
22 kmm-production-sample 1,937
23 jetpack-compose-awesome 1,902

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com