Showing 60 open source projects for "android 14"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    Android 3D Model Viewer

    Android 3D Model Viewer

    Android OpenGL 2.0 application to view 3D models

    This is a demo of OpenGL ES 2.0. It is basically an Android application with a 3D engine that can load Wavefront OBJ, STL & DAE files. The purpose of this application is to learn and share how to draw using OpenGL language. The application does not use any third-party library. Load 3D models and see how to do it with this open-source code application. The main purpose of this app is to show how to draw in Android using the OpenGL 2.0 by sharing the source code. So please, don't expect...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    ZXing

    ZXing

    Barcode scanning library for Java, Android

    ZXing or “Zebra Crossing” is an open source multi-format 1D/2D barcode image processing library that’s been implemented in Java, and also comes with ports to other languages. It currently supports the following formats: UPC-A and UPC-E EAN-8 and EAN-13 Code 39 Code 93 Code 128 ITF Codabar RSS-14 (all variants) RSS Expanded (most variants) QR Code Data Matrix Aztec ('beta' quality) PDF 417 ('alpha' quality) MaxiCode ZXing is made up of several modules, including a core image...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 4
    MRepo

    MRepo

    A Modules Manager for Magisk & KernelSU

    MRepo (short for My Repository or Modules Repository) is an Android app that helps manage your own modules repository.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 5
    Coil

    Coil

    Image loading for Android backed by Kotlin Coroutines

    An image loading library for Android backed by Kotlin Coroutines. Coil performs a number of optimizations including memory and disk caching, downsampling the image in memory, re-using bitmaps, automatically pausing/cancelling requests, and more. Coil adds ~2000 methods to your APK (for apps that already use OkHttp and Coroutines), which is comparable to Picasso and significantly less than Glide and Fresco. Coil's API leverages Kotlin's language features for simplicity and minimal boilerplate...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    MaterialDrawer

    MaterialDrawer

    Drawer library for your Android project

    The flexible, easy to use, all in one drawer library for your Android project. Does your application contain a Drawer? Do you want to have it up and running in less than 5 minutes? Do you want your drawer to follow the Android Design Guidelines? Do you have profiles? Do you need flexibility? Is Google’s navigation Drawer of the design support not enough for you? Do you want a simple and easy to understand api? Never waste your time again. It provides you with the easiest possible implementation...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    WCDB

    WCDB

    Cross-platform database framework developed by WeChat

    WCDB is an efficient, complete, easy-to-use mobile database framework used in the WeChat application. It's currently available on iOS, macOS and Android. Easy-to-use. Through WCDB, you can get objects from database in one line code. WINQ (WCDB language integrated query), WINQ is a native data querying capability which frees developers from writing glue code to concatenate SQL query strings. ORM (Object Relational Mapping), WCDB provides a flexible, easy-to-use ORM for creating tables, indices...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    AppIntro

    AppIntro

    Make a cool intro for your Android app

    AppIntro is an Android Library that helps you build a cool carousel intro for your App. AppIntro has support for requesting permissions and helps you create a great onboarding experience in just a couple of minutes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    react-native-modal-datetime-picker

    react-native-modal-datetime-picker

    A React-Native datetime-picker for Android and iOS

    A declarative cross-platform react-native date and time picker. This library exposes a cross-platform interface for showing the native date-picker and time-picker inside a modal, providing a unified user and developer experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 10
    Slide To Act

    Slide To Act

    A simple 'Slide to Unlock' Material widget for Android

    A simple Slide to Unlock Material widget for Android, written in Kotlin 🇰. By the default, every SlideToActView widget fits to your app using the colorAccent and the colorBackground parameters from your theme. You can customize your SlideToActView using the following custom attributes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GSL

    GSL

    Guidelines support library

    The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL. The entire implementation is provided inline in the headers under the gsl directory. The implementation generally assumes a platform that implements C++14 support. While some types have been broken out into their own headers (e.g. gsl/span), it is simplest to just include gsl/gsl...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a Paranoid Mirror for - Redmi Note 12 Turbo / POCO F5 (marble) - @adithya2306 / @gotenksIN - Xiaomi Pad 6 (pipa) - @YumeMichi The builds are made by the developers this is just a mirror for all the older builds that I used to have
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Filesystem

    Filesystem

    An implementation of C++17 std::filesystem

    This is a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20 (tightly following the C++17 standard with very few documented exceptions). It is currently tested on macOS 10.12/10.14/10.15/11.6, Windows 10, Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12, Alpine ARM/ARM64 Linux and Solaris 10 but should work on other systems too, as long as you have at least a C++11 compatible compiler...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Evolution X

    Evolution X

    Pixel UI, Customization & More. We Are Evolution X!

    Evolution X aims to provide users with a Pixel-like feel at first glance, with additional features at your disposal.
    Leader badge
    Downloads: 6,689 This Week
    Last Update:
    See Project
  • 15
    ProjectBlaze
    Project Blaze is a custom ROM based on AOSP that comes with GAPPS and VANILLA variant. We currently support 15+ OFFICIAL Devices
    Leader badge
    Downloads: 237 This Week
    Last Update:
    See Project
  • 16

    aosp-kulo

    Android 13/14 ROM

    Android ROM for Redmi 6 Pro (sakura)
    Downloads: 36 This Week
    Last Update:
    See Project
  • 17
    Juleast ROM builds

    Juleast ROM builds

    File host for ROMs I build

    If you have questions or need support just join Emanuel's telegram channel.
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 18
    Motorola SDM632
    ROMs and Recoverys for Moto G7, G7 Power and G7 Play (ocean, river and channel).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19

    PixelOS ROM Redmi Note 11 (spes/spes)

    Prebuilt PixelOS ROM for Redmi Note 11 (spes/spesn).

    This project hosts a custom-built PixelOS ROM for the Redmi Note 11 (spes/spesn). The ROM is based on Android 14 and includes performance optimizations, security patches, and custom features tailored for the Redmi Note 11 series. Users can flash this ROM to experience the PixelOS environment on their devices.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 20

    kavi-aosp

    AOSP Custom roms for Redmi 6 Pro - Sakura

    Downloads: 18 This Week
    Last Update:
    See Project
  • 21
    Evolution X Floral

    Evolution X Floral

    Evolution X for Pixel 4 and 4 XL

    Downloads: 21 This Week
    Last Update:
    See Project
  • 22
    Unofficial AOSPA builds for Xiaomi Pad 6 and OnePlus 12 topaz: Android 13 uvite: Android 14 vauxite: Android 15
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    CRDroidAndroid-Avicii

    CRDroidAndroid-Avicii

    OnePlus Nord (Avicii) Builds of crDroid

    This is an official repository for OnePlus Nord (Avicii) to host crDroid builds. crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    Quiz/Survey/Test - QST

    Quiz/Survey/Test - QST

    A Free, complete, enterprise grade, open source exam management system

    QST, the worlds unparalleled open source online/lan assessment software. From a quick quiz on your phone to very large scale, high stakes, proctored desktop testing, we make it easy/secure/economical. Our intuitive design contains features (Immediate detailed results, Create/Export/Import/Convert Questions, WYSIWYG/Math-Chemistry/Basic Editors, Question/Item Bank, Multiple Question Types, Multiple Delivery Styles, Multiple Delivery/Results Options, Adaptive/Branching Questions, Randomly...
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 25
    CherishOS-Avicii

    CherishOS-Avicii

    OnePlus Nord (Avicii) Builds of Cherish OS

    This is an official repository for OnePlus Nord (Avicii) to host Cherish OS builds. CherishOS 5.x is based on AOSP, inspired by Google Pixel Has a Pixel UI noodles by Hung Phan. So many features that you probably won't find in any ROM. All you can dream of and all you'll ever need. Just flash and enjoy...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.