C++ Mobile Development

Open-source C++ projects categorized as Mobile Development

Top 4 C++ Mobile Development Projects

Mobile Development
  1. react-native

    A framework for building native applications using React

    Project mention: React Native New Architecture: What You Need to Know in 2025 | dev.to | 2025-07-16

    React Native’s 2025 architecture introduces Fabric, TurboModules, and JSI for faster performance and smoother development. By removing the legacy bridge, it enables quicker rendering and efficient native integration. Developers benefit from improved tools, crash handling, and native module access. This upgrade makes React Native a robust, future-ready choice for mobile app development.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. mediapipe

    Cross-platform, customizable ML solutions for live and streaming media.

    Project mention: Google AI Edge – on-device cross-platform AI deployment | news.ycombinator.com | 2025-06-01

    This isn't really true. They are different offerings.

    CoreML is specific to the Apple ecosystem and lets you convert a PyTorch model to a CoreML .mlmodel that will run with acceleration on iOS/Mac.

    Google Mediapipe is a giant C++ library for running ML flows on any device (iOS/Android/Web). It includes Tensorflow Lite (now LiteRT) but is also a graph processor that helps with common ML preprocessing tasks like image resizing, annotating, etc.

    Google killing products early is a good meme but Mediapipe is open source so you can at least credit them with that. https://github.com/google-ai-edge/mediapipe

    I used a fork of Mediapipe for a contract iOS/Android computer vision product and it was very complex but worked well. A cross-platform solution would not have been possible with CoreML.

  4. boden

    Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io

  5. FlutterBreeze

    This is a simple flutter app to present the user a login screen, make an HTTP POST with the username and password entered and then display a list of items for that logged in user.

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).

C++ Mobile Development discussion

Log in or Post with

C++ Mobile Development related posts

  • Cross-Platform Development: Flutter vs. React Native – Which is the Right Choice for Your Project?

    2 projects | dev.to | 1 Jul 2025
  • React Native and Flutter: A Developer's Dilemma

    2 projects | dev.to | 17 Mar 2024

Index

What are some of the best open-source Mobile Development projects in C++? This list will help you:

# Project Stars
1 react-native 123,578
2 mediapipe 31,139
3 boden 1,701
4 FlutterBreeze 0

Sponsored
Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?