awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to byoutline/kickmaterial

Open-source alternatives to Kickmaterial

30 open-source projects similar to byoutline/kickmaterial, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kickmaterial alternative.

  • android/compose-samplesAvatar von android

    android/compose-samples

    22,893Auf GitHub ansehen↗

    Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces. The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s

    Kotlinandroidjetpack-compose
    Auf GitHub ansehen↗22,893
  • nickbutcher/plaidN

    nickbutcher/plaid

    16,193Auf GitHub ansehen↗

    Rewriting Plaid using Android Architecture Components, in Kotlin.

    Kotlin
    Auf GitHub ansehen↗16,193
  • hitherejoe/composeacademy-playgroundAvatar von hitherejoe

    hitherejoe/ComposeAcademy-Playground

    967Auf GitHub ansehen↗

    Playground project for the Jetpack Compose APIs

    Kotlin
    Auf GitHub ansehen↗967
  • duckduckgo/androidD

    duckduckgo/Android

    0Auf GitHub ansehen↗

    Welcome to our android application. We are excited to engage the community in development, see CONTRIBUTING.md.

    Auf GitHub ansehen↗0
  • android/uampA

    android/uamp

    13,186Auf GitHub ansehen↗

    uamp is an audio media application framework and reference implementation for building music playback applications on Android. It provides a cross-device media framework designed to maintain functional and visual consistency across phones, tablets, Wear OS, Android TV, and Android Auto. The project features specific implementations for automotive-safe music control and Google Cast integration for remote playback. It includes a multi-form factor UI kit that demonstrates how to adapt a single media codebase to various screen sizes and device types. The framework covers core media capabilities

    Kotlin
    Auf GitHub ansehen↗13,186

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • google/ioschedAvatar von google

    google/iosched

    21,662Auf GitHub ansehen↗

    iosched is an Android event scheduling application designed for browsing conference sessions, reserving seats, and managing personal event schedules. It serves as a cloud-synced event manager that keeps user preferences and reservations synchronized across devices. The project provides specialized tools for conference navigation, including integrated maps and informational pages to guide attendees through physical venue spaces. It also functions as a real-time notification client that delivers live updates regarding schedule changes and session availability. The application covers broad capa

    Kotlin
    Auf GitHub ansehen↗21,662
  • mindorksopensource/androidtensorflowmachinelearningexampleAvatar von MindorksOpenSource

    MindorksOpenSource/AndroidTensorFlowMachineLearningExample

    1,441Auf GitHub ansehen↗

    Android TensorFlow MachineLearning Example (Building TensorFlow for Android)

    Java
    Auf GitHub ansehen↗1,441
  • skydoves/pokedexAvatar von skydoves

    skydoves/Pokedex

    8,334Auf GitHub ansehen↗

    Pokedex is a reference implementation of an Android application that utilizes the MVVM architecture, Jetpack Compose for its declarative user interface, and Hilt for dependency injection. It serves as a sample project demonstrating a mobile application built with Android Jetpack and a Kotlin Coroutines network client to manage asynchronous data requests. The project implements a modular codebase to optimize build performance and enforce internal boundaries. It features a local persistence layer using the Room library to cache remote data on the device and utilizes Material Motion for fluid in

    Kotlinandroidcoroutineshilt
    Auf GitHub ansehen↗8,334
  • mindorksopensource/crashreporterM

    MindorksOpenSource/CrashReporter

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mindorksopensource/ridesharing-uber-lyft-appM

    MindorksOpenSource/ridesharing-uber-lyft-app

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • valterkasper/space-appV

    ValterKasper/space-app

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hamdiboumaiza/coronavirusworldstatusH

    HamdiBoumaiza/CoronavirusWorldStatus

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jitinsharma/android-conferencesJ

    jitinsharma/android-conferences

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • haroldadmin/moonshotH

    haroldadmin/MoonShot

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • zsoltk/compose-pokedexZ

    zsoltk/compose-pokedex

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • openfoodfacts/openfoodfacts-androidappO

    openfoodfacts/openfoodfacts-androidapp

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dodyg/kotlin101D

    dodyg/Kotlin101

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • eli-fox/lego-catalogE

    Eli-Fox/LEGO-Catalog

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • google-developer-training/android-kotlin-fundamentals-appsAvatar von google-developer-training

    google-developer-training/android-kotlin-fundamentals-apps

    1,736Auf GitHub ansehen↗

    android-kotlin-fundamentals-apps

    Kotlin
    Auf GitHub ansehen↗1,736
  • horaapps/leafpicAvatar von HoraApps

    HoraApps/LeafPic

    3,268Auf GitHub ansehen↗

    LeafPic is a fluid, material-designed alternative gallery, it also is ad-free and open source under GPLv3 license. It doesn't miss any of the main features of a stock gallery, we also have in plan to add some useful feature. LeafPic is now available in a beta release on the Play Store, you can…

    Java
    Auf GitHub ansehen↗3,268
  • igorwojda/android-showcaseAvatar von igorwojda

    igorwojda/android-showcase

    6,760Auf GitHub ansehen↗

    This is an open-source Android application that serves as a reference implementation for modern app architecture. It demonstrates a modular, testable structure built with Kotlin, Coroutines, and Jetpack libraries, organized into independent feature modules that each follow Clean Architecture and the MVVM pattern. The project enforces coding standards through an automated static analysis pipeline that integrates linting, formatting checks, and code quality tools directly into the build process, failing the build on any violations. It uses reusable Gradle convention plugins to standardize build

    Kotlinandroidandroid-applicationarchitecture
    Auf GitHub ansehen↗6,760
  • inaka/kotlillonI

    inaka/kotlillon

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • inorichi/tachiyomiI

    inorichi/tachiyomi

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jetbrains/kotlin-examplesJ

    JetBrains/kotlin-examples

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jmfayard/buildsrcversionsAvatar von jmfayard

    jmfayard/buildSrcVersions

    1,709Auf GitHub ansehen↗

    Life is too short to google for dependencies and versions

    Kotlin
    Auf GitHub ansehen↗1,709
  • kotlin/kotlin-examplesAvatar von Kotlin

    Kotlin/kotlin-examples

    3,214Auf GitHub ansehen↗

    Various examples for Kotlin

    gradlekdockotlin
    Auf GitHub ansehen↗3,214
  • kotlin/kotlin-fullstack-sampleAvatar von Kotlin

    Kotlin/kotlin-fullstack-sample

    1,206Auf GitHub ansehen↗

    Kotlin Full-stack Application Example

    Kotlinfull-stackkotlinsample
    Auf GitHub ansehen↗1,206
  • lukaslechnerdev/kotlin-coroutine-use-cases-on-androidL

    LukasLechnerDev/Kotlin-Coroutine-Use-Cases-on-Android

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • adrielcafe/greenhellcompanionappA

    adrielcafe/GreenHellCompanionApp

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • material-components/material-components-android-examplesM

    material-components/material-components-android-examples

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0