ShypdShypd.ai
💻

Coding & Development

Browsing page 20 of AI tools for Mobile Development in Coding & Development. Sorted by confidence score — our independent quality rating.

FaceRecognitionApp

FaceRecognitionApp

55%

FaceRecognitionApp is an open-source Android application developed by Kristian Lauszus in 2016, designed to showcase face recognition capabilities. The app implements Eigenfaces and Fisherfaces algorithms for facial recognition, leveraging the FaceRecognitionLib library for its core calculations. It provides a practical example for developers interested in integrating face recognition into Android applications. The project is released under the GNU General Public License, encouraging community contributions and modifications. It requires Android Studio, the Android NDK, OpenCV Android SDK, and Eigen3 libraries for building and running, with detailed instructions provided for both basic and advanced users who wish to modify the source code.

SpotHero - Find Parking

SpotHero - Find Parking

55%

SpotHero is a mobile application and web platform designed to simplify the process of finding and reserving parking. Users can search for parking spots near their destination, compare prices from various garages, lots, and valets, and pre-pay for hourly, daily, monthly, or event parking. The platform aims to reduce the stress associated with finding parking by offering guaranteed spots and often significant savings compared to drive-up rates. It provides a convenient way to manage reservations, view parking passes, and access customer support directly through the app or website. SpotHero also offers features like business profiles for managing expenses and the ability to earn and use SpotHero credit for future reservations.

Avalonia

Avalonia

55%

Avalonia is a cross-platform UI framework for .NET, empowering developers to create desktop, embedded, mobile, and WebAssembly applications using C# and XAML. It offers a flexible styling system and supports a wide array of platforms including Windows, macOS, Linux, iOS, Android, and WebAssembly. Considered a spiritual successor to WPF, Avalonia UI provides a modern development experience for XAML developers, with improvements over WPF. For those looking to run existing WPF applications on macOS and Linux, Avalonia XPF is available as a commercial product. The framework is mature and production-ready, used by companies like Unity and JetBrains, and is delivered via NuGet package manager.

Swift-YouTube-Player

Swift-YouTube-Player

55%

Swift-YouTube-Player is a Swift library designed to facilitate the embedding and control of YouTube videos directly within iOS applications. Utilizing WKWebView, it provides developers with a straightforward way to integrate YouTube content, offering methods to load videos by ID or URL, and control playback with functions like play, pause, stop, and seek. The library also supports handling YouTube's iFrame player events through a delegate, allowing apps to respond to player readiness, state changes, and quality changes. It is an open-source solution available on GitHub, making it accessible for iOS developers looking to add robust video functionality to their projects.

uno

uno

55%

Uno Platform is an open-source developer platform designed for building single-codebase .NET applications that run natively across Web, Desktop, Mobile, and Embedded systems. It leverages the WinUI 3 API surface, enabling developers to utilize their existing C# and XAML skills to target multiple platforms efficiently. The platform supports native, pixel-perfect UIs for iOS and Android, fast web applications via WebAssembly, and high-performance desktop apps on Windows, macOS, and Linux using Skia for rendering. Key features include a rich toolkit with hundreds of UI components, flexible theming options (Material, Fluent, Cupertino), and state management choices like MVVM or MVUX. Uno Platform Studio, an optional premium toolkit, enhances the development loop with Hot Design, Hot Reload for XAML and C#, and Design-to-Code functionality for exporting Figma designs to XAML or C# markup.

nativeshell

nativeshell

55%

nativeshell is an experimental embedder designed for Flutter, offering a unique approach to desktop application development. Unlike standard Flutter desktop embedders, nativeshell provides a consistent platform-agnostic API, ensuring a unified development experience across different operating systems. Key features include robust multi-window support, comprehensive window management capabilities, and the ability to adjust window styles and geometry. It also allows windows to automatically track and resize based on content changes, and supports platform menus like popup and menu bars. Built with Rust, nativeshell transparently integrates Flutter builds with Cargo, making it an efficient choice for developers looking to create advanced desktop applications with Flutter.

SocialSharing-PhoneGap-Plugin

SocialSharing-PhoneGap-Plugin

55%

SocialSharing-PhoneGap-Plugin is a robust Cordova plugin designed to integrate native sharing capabilities into PhoneGap/Cordova applications. It allows developers to implement sharing of text, files (such as images or PDFs), and URLs directly through the device's native sharing widget. The plugin supports sharing content from the internet, local filesystem, or the `www` folder. It offers flexibility by allowing direct sharing to specific apps like Twitter or Facebook, bypassing the sharing dialog. Compatible with Cordova Plugman and officially supported by PhoneGap Build, it provides methods for cross-platform sharing with options to handle specific platform quirks, such as Facebook's limitations on pre-filling messages.

tinyalloc

tinyalloc

55%

tinyalloc is a compact and efficient memory allocation library, serving as a direct replacement for standard `malloc` and `free` functions in environments where memory is unmanaged and linear. It is particularly well-suited for WebAssembly (WASM) and embedded devices due to its minimal footprint and lack of dependencies on C runtime or syscalls. Key features include configurable heap space, pointer alignment, optional compaction of free blocks, and block splitting during allocation. The library maintains three linked lists (fresh, used, free blocks) within a fixed-size array, allowing compile-time control over memory overhead. An updated version with more features is available at thi.ng/malloc.

FabricView

FabricView

55%

FabricView is an open-source Android library designed for canvas drawing, offering functionalities similar to Fabric.js for web development. It enables developers to integrate robust drawing capabilities into their Android applications, supporting various input types including text, images, and hand/stylus drawing. The library is currently under active development, with plans for refactoring and polishing. Key features include support for multiple input colors, different background modes like notebook and graph paper, and the ability to export the canvas as an image. Future enhancements are planned, such as layers, groups, transparency, and advanced transformations like rotations and scaling. FabricView provides an API for easy integration and offers comprehensive documentation.

Hangjam: AI Chat and Roleplay

Hangjam: AI Chat and Roleplay

55%

Hangjam is a mobile application designed to offer an immersive AI chat and roleplay experience directly on your device. It provides users with access to a vast library of pre-existing AI characters, allowing for diverse interactions and storytelling. Beyond pre-made characters, the platform also empowers users to design and customize their own AI companions, fostering creative exploration and personalized interactive adventures. A key feature of Hangjam is its ability to remember past conversations, enabling the AI to adapt to your unique style and preferences, which leads to more dynamic and engaging storytelling experiences over time. This continuous learning ensures that interactions feel more natural and tailored to the user.

MessageDisplayKit

MessageDisplayKit

55%

MessageDisplayKit is an open-source framework designed to help developers build instant messaging (IM) applications with features akin to WeChat. It supports a wide range of messaging capabilities, including sending text, pictures, audio, video, and location messages. Beyond core messaging, the kit also includes functionalities for managing local address books, sharing moments with friends, and other interactive social features like 'drift bottle' and 'shake for new friends'. The project is highly customizable, supports arbitrary message sizes, and includes data detectors for recognizing phone numbers, links, and dates. It is compatible with iPhone and iPad, Xcode6 or later, and iOS 6.0+, making it a valuable learning resource and a foundation for IM app development.

FaceAISDK_Android

FaceAISDK_Android

55%

FaceAISDK_Android is a comprehensive SDK designed for Android devices, offering robust on-device face recognition, liveness detection, and 1:N & M:N face search capabilities. It supports offline operation, meaning no internet connection is required, and no sensitive facial information is uploaded or stored, enhancing user privacy and data security. The SDK includes silent liveness detection and action-based liveness detection (mouth opening, smiling, blinking, head shaking, nodding). It also supports UVC protocol USB cameras for clear imaging. This solution is ideal for applications requiring secure, local facial authentication and identification, such as mobile attendance, access control, smart locks, and smart home systems, significantly reducing cloud infrastructure costs.

geckoview

geckoview

55%

GeckoView is an open-source project by Mozilla, offering a robust set of components for embedding the Gecko browser engine into Android applications. This allows developers to seamlessly integrate web content rendering capabilities directly within their native Android apps, providing a consistent and powerful browsing experience. The project emphasizes customizability, enabling developers to tailor the web view to their specific application needs. It is a foundational technology for applications like Firefox for Android, providing a secure and performant way to display web content. The GitHub repository serves as the documentation hub, guiding contributors and users on how to get started and utilize its features.

YOLOv6

YOLOv6

55%

YOLOv6 is a robust, single-stage object detection framework specifically designed for industrial applications. It offers a comprehensive suite of models, including YOLOv6-N, YOLOv6-S, YOLOv6-M, and YOLOv6-L, with varying performance and computational requirements. The framework supports object detection, segmentation, and face detection, with specialized models like YOLOv6-Segmentation and YOLOv6-Face. It also provides optimized models for mobile and CPU deployment, such as the YOLOv6Lite series, making it versatile for different hardware environments. YOLOv6 emphasizes ease of use with quick start guides for installation, training on custom datasets, evaluation, and inference. It also supports various deployment options including ONNX, OpenVINO, TensorRT, and NCNN, catering to diverse industrial needs.

JBKenBurns

JBKenBurns

55%

JBKenBurns is an iOS library designed to implement the Ken Burns effect, a widely used technique for displaying still photographs in motion pictures. This effect adds dynamic visual interest through slow zooming, panning, and fading transitions between frames. Developers can easily integrate JBKenBurns into their iOS projects to animate an array of UIImage objects or image paths. The library offers control over transition duration, initial delay, looping, and optimization for landscape mode. It also includes a delegate protocol to notify when an image changes or the slideshow ends, providing flexibility for custom interactions within iOS applications.

FeatherCNN

FeatherCNN

55%

FeatherCNN is a high-performance lightweight CNN inference library developed by Tencent AI Platform Department. Originating from the King of Glory game AI project, it enables the deployment and execution of neural models on mobile devices and ARM-based servers. A key differentiator is its state-of-the-art inference computing performance across various ARM-based platforms, including iOS, Android, and Linux embedded systems. The library is designed for easy deployment, packing everything into a single codebase without third-party dependencies, resulting in a small compiled size (hundreds of KBs). It accepts Caffe models, converting them into a single binary '.feathermodel' for efficient runtime. Developers can initialize networks from file paths or raw buffers and perform forward computations with raw float pointers, extracting blob data by name. FeatherCNN is ideal for developers focused on optimizing AI inference on resource-constrained ARM devices.

Room Reinvented

Room Reinvented

55%

Room Reinvented, despite its name, functions as an online casino platform primarily targeting Turkish players. The website emphasizes a secure and entertaining gaming experience, offering a variety of popular casino games such as slots, live casino, roulette, blackjack, and poker. It highlights attractive bonuses and promotions, including welcome bonuses, investment bonuses, and free spins, with new campaigns updated monthly. The platform is designed to be user-friendly and mobile-compatible, allowing access from various devices. It also provides 24/7 customer support in Turkish, secure payment options, and fast withdrawal processes, aiming to ensure user satisfaction and a reliable gaming environment within legal frameworks in Turkey.

Blush: AI Dating Simulator

Blush: AI Dating Simulator

55%

Blush is an innovative AI-powered dating simulator designed to help individuals learn and practice essential relationship skills in a safe, judgment-free space. Users can engage with diverse AI characters, each with unique personalities, backstories, and relationship styles, to refine communication techniques, flirting, and emotional connection. The platform provides personalized guidance, allowing users to navigate various relationship dynamics, understand their own needs, and build confidence for real-world dating. Beyond skill development, Blush offers a sense of companionship and emotional support, helping users explore desires safely and consensually, and fostering self-reflection for stronger, more fulfilling connections.

Learn Python Coding - Mimo

Learn Python Coding - Mimo

55%

Mimo is an interactive learning platform designed to teach programming languages and software development skills. It offers comprehensive courses in Python, JavaScript, HTML, CSS, React, SQL, and Swift, catering to beginners and those looking to advance their coding knowledge. The platform provides step-by-step guidance, hands-on practice, and opportunities to build real-world projects. Mimo leverages AI for personalized feedback and hints, adapting to user progress to help overcome challenges. It also focuses on career-oriented learning, enabling users to build portfolios, earn certificates, and participate in live sessions to prepare for a career in software development. With a gamified approach, Mimo makes learning engaging and accessible.

Knowt: AI Flashcards & Notes

Knowt: AI Flashcards & Notes

55%

Knowt is a comprehensive AI study tool designed to help students and teachers achieve academic success. It acts as a leading free alternative to Quizlet, offering a wide array of AI-powered features. Users can upload lecture recordings, PDFs, or videos to instantly generate detailed notes, flashcards, quizzes, and even personalized podcasts. The platform includes an AI Lecture Notetaker, AI PDF Summarizer, and tools to convert existing notes into active recall study methods. Knowt provides unlimited access to study modes like learn mode, matching games, and spaced repetition, which are often paywalled on other platforms. With a strong focus on efficiency, Knowt aims to replace traditional study methods by automating the creation of study materials, allowing students to focus more on learning and less on preparation. It also features an AP Exam Hub with study guides and practice tests for high schoolers.

Evergreen: Relationship Growth

Evergreen: Relationship Growth

55%

Evergreen: Relationship Growth is a mobile application dedicated to helping couples cultivate stronger, more enduring relationships. It provides tools and resources specifically designed to facilitate growth and enhance communication between partners. The app focuses on building healthy relationship habits, offering a structured approach to understanding and nurturing a partnership. By engaging with Evergreen, couples can work together to deepen their connection and ensure their relationship thrives over time, promoting a lasting and healthy bond.

AI Relationship Coach: Bondly

AI Relationship Coach: Bondly

55%

Bondly is an all-in-one platform designed to streamline corporate event planning and employee gifting. It assists companies in organizing various events, including corporate retreats, team offsites, and team-building activities, by offering services such as venue sourcing, activity selection, transportation, and catering. The platform provides expert event planning support, helping teams manage budgets, coordinate vendors, and communicate with attendees. Bondly aims to save planning hours and reduce event costs, making it easier for companies to build stronger, more connected teams without requiring extensive event planning expertise.

a better meal - Meal Planner

a better meal - Meal Planner

55%

A Better Meal is a mobile application designed to revolutionize family mealtimes by offering easy, stress-free meal planning. It leverages AI to create personalized weekly meal plans based on user preferences, dietary needs, and allergies. The app features a vast database of healthy recipes, complete with simple, guided how-to videos to build cooking confidence. Users can import their favorite recipes, automate grocery lists that integrate with popular shopping apps for pickup or delivery, and customize their meal plans with ease. A Better Meal aims to save time, promote healthier eating, and make cooking an enjoyable experience for everyone, from beginners to experienced home cooks.

Hidden Objects: Seek & Find It

Hidden Objects: Seek & Find It

55%

Hidden Objects: Seek & Find It is a captivating mobile puzzle game designed to provide a relaxing and mentally engaging experience. Players embark on a journey of discovery, exploring beautifully crafted maps filled with numerous hidden objects. The game challenges observation skills through short, engaging levels, making it perfect for quick breaks and unwinding. It offers a stress-free environment where users can become master treasure seekers in a world of wonder and thrill. The game focuses on visual puzzles, encouraging players to spot differences and locate items within intricate scenes.