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 mindorksopensource/ridesharing-uber-lyft-app

Open-source alternatives to Ridesharing Uber Lyft App

30 open-source projects similar to mindorksopensource/ridesharing-uber-lyft-app, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Ridesharing Uber Lyft App alternative.

  • 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
  • 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
  • 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
  • zsoltk/compose-pokedexZ

    zsoltk/compose-pokedex

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

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
  • 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
  • byoutline/kickmaterialAvatar von byoutline

    byoutline/kickmaterial

    1,615Auf GitHub ansehen↗

    Crowdfunding app concept for Android. Created to showcase new trends in Android development with strong focus on Material Design.

    Kotlinandroidmaterialshowcase
    Auf GitHub ansehen↗1,615
  • hamdiboumaiza/coronavirusworldstatusH

    HamdiBoumaiza/CoronavirusWorldStatus

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

    haroldadmin/MoonShot

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hitherejoe/composeacademy-playgroundAvatar von hitherejoe

    hitherejoe/ComposeAcademy-Playground

    967Auf GitHub ansehen↗

    Playground project for the Jetpack Compose APIs

    Kotlin
    Auf GitHub ansehen↗967
  • jitinsharma/android-conferencesJ

    jitinsharma/android-conferences

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mindorksopensource/androidtensorflowmachinelearningexampleAvatar von MindorksOpenSource

    MindorksOpenSource/AndroidTensorFlowMachineLearningExample

    1,441Auf GitHub ansehen↗

    Android TensorFlow MachineLearning Example (Building TensorFlow for Android)

    Java
    Auf GitHub ansehen↗1,441
  • mindorksopensource/crashreporterM

    MindorksOpenSource/CrashReporter

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • nickbutcher/plaidN

    nickbutcher/plaid

    16,193Auf GitHub ansehen↗

    Rewriting Plaid using Android Architecture Components, in Kotlin.

    Kotlin
    Auf GitHub ansehen↗16,193
  • openfoodfacts/openfoodfacts-androidappO

    openfoodfacts/openfoodfacts-androidapp

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

    ValterKasper/space-app

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • espressifapp/iot-espressif-androidE

    EspressifApp/IOT-Espressif-Android

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • evothings/cordova-bleE

    evothings/cordova-ble

    0Auf GitHub ansehen↗
    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
  • h4h13/retromusicplayerAvatar von h4h13

    h4h13/RetroMusicPlayer

    43Auf GitHub ansehen↗
    Auf GitHub ansehen↗43
  • habitrpg/habitica-androidAvatar von HabitRPG

    HabitRPG/habitica-android

    1,792Auf GitHub ansehen↗

    Habitica is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor. This repository is related to the Android Native Application.

    Kotlin
    Auf GitHub ansehen↗1,792
  • topjohnwu/magiskAvatar von topjohnwu

    topjohnwu/Magisk

    60,989Auf GitHub ansehen↗

    Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access to mobile devices. It functions by patching boot and recovery images to inject custom code into the operating system initialization sequence, allowing for system-wide control while maintaining compatibility with the underlying hardware. The project distinguishes itself through a systemless modification layer that overlays a virtual file system on top of read-only partitions, enabling changes without altering core system files. It includes a policy daemon to manage security cont

    Kotlin
    Auf GitHub ansehen↗60,989
  • allgood/opennotescannerA

    allgood/OpenNoteScanner

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • videolan/vlc-androidAvatar von videolan

    videolan/vlc-android

    3,563Auf GitHub ansehen↗

    This is an Android multimedia player designed to decode and play a wide variety of audio and video formats. It functions as a network media streamer and a multimedia library manager, indexing local files into a searchable database for organized access. The project includes a high-fidelity audio processor for routing signals through hardware interfaces like SPDIF and HDMI, and a Chromecast media controller for streaming content to external renderers and UPnP devices. It supports advanced visual rendering, including high dynamic range video with tonemapping, 360-degree video, and spatial audio.

    Kotlinandroidlibvlcmultimedia
    Auf GitHub ansehen↗3,563
  • 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
  • immuni-app/immuni-app-androidAvatar von immuni-app

    immuni-app/immuni-app-android

    841Auf GitHub ansehen↗

    Official repository for the Android version of the immuni application

    Kotlinandroidcovid19kotlin
    Auf GitHub ansehen↗841
  • isoron/uhabitsAvatar von iSoron

    iSoron/uhabits

    9,645Auf GitHub ansehen↗

    uHabits is a habit tracking application and behavioral progress tracker designed to monitor daily routines and build long-term consistency. It utilizes mathematical decay formulas to calculate habit strength, rewarding consistent activity while limiting the impact of occasional misses. The system includes a customizable scheduling engine that defines repetition patterns for recurring goals, supporting both simple daily and complex weekly intervals. Users can interact with their data via a home screen widget dashboard, allowing them to monitor status and mark tasks complete without opening the

    Kotlinandroidhabit-trackerhabits
    Auf GitHub ansehen↗9,645
  • jakewharton/sdksearchAvatar von JakeWharton

    JakeWharton/SdkSearch

    2,047Auf GitHub ansehen↗

    An Android app and Chrome extension for searching the Android SDK documentation.

    Kotlin
    Auf GitHub ansehen↗2,047
  • jetbrains/kotlinconf-appAvatar von JetBrains

    JetBrains/kotlinconf-app

    3,524Auf GitHub ansehen↗

    The official KotlinConf application

    Kotlinandroidcompose-multiplatformdesktop
    Auf GitHub ansehen↗3,524
  • vladikoff/pwaifyV

    vladikoff/PWAify

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • kieronquinn/taptapAvatar von KieronQuinn

    KieronQuinn/TapTap

    3,982Auf GitHub ansehen↗

    TapTap is an accelerometer-based gesture mapper for Android that enables users to trigger system tasks and application launches by tapping the back of their device chassis. It functions as an accessibility automator that maps physical interactions with the device hardware to specific software events. The system uses a background service to monitor sensor data and a pre-trained model to identify specific impact patterns. It includes sensitivity calibration tools with manual sliders to adjust detection thresholds and minimize accidental triggers based on device size. The tool provides device i

    Kotlin
    Auf GitHub ansehen↗3,982