Top 4 C++ Mobile Development Projects
-
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.
-
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!
-
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.
-
boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
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.
C++ Mobile Development discussion
C++ Mobile Development related posts
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 |