Showing 26 open source projects for "presentation"

View related business solutions
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    PiliPlus

    PiliPlus

    PiliPlus

    ...Account-centric features such as history, favorites, and following creators are commonly integrated to keep the experience personal and portable across sessions. The project structure favors modularity so that network requests, parsing, and presentation layers remain separable and testable. Its community-driven approach encourages rapid iteration on UI details and playback features while maintaining a familiar, mobile-native feel.
    Downloads: 99 This Week
    Last Update:
    See Project
  • 2
    MvvmCross

    MvvmCross

    The .NET MVVM framework for cross-platform solutions

    ...MvvmCross is a framework specifically developed for Xamarin and the mobile ecosystem. It supports Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern on Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). This allows for better code sharing by allowing you to share behavior and business logic between platforms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Collabora Online

    Collabora Online

    Collabora Online is a collaborative online office suite

    Collabora Online is a powerful online office suite that you can integrate into your own infrastructure or access via one of our trusted hosting Partners. Your digital sovereignty is our priority. We provide you with all the tools to keep your data secure, without compromising on features. Collabora Online’s text document editor provides a true WYSIWYG editing experience, making visualizing your document layout incredibly easy. Open any document, add comments and track changes from anywhere,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Pixeval

    Pixeval

    Wow. Yet another Pixiv client!

    Pixeval is a third-party proxy-free P station client developed by me as an amateur. The UI is implemented using Windows Presentation Foundation , based on .NET Core 3.0 , and supports Windows 7-10 (planning to cancel support other than Win10), and implements most of the The browsing function and many enhancements have been made. It has been open sourced on Github based on the AGPL protocol . The project was conceived in 2018. At that time, the api of the P station was written in Java. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    Android Clean Architecture Kotlin

    Android Clean Architecture Kotlin

    This is a movies sample app in Kotlin

    Android Clean Architecture Kotlin is a sample Android project that applies Clean Architecture principles using Kotlin. It explores how Kotlin features and functional programming ideas can improve a layered mobile architecture. The project separates responsibilities across UI, domain, and data concerns to reduce coupling between framework code and business logic. Its UI layer follows an MVVM approach, while repositories organize access to application data. The repository also serves as a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    React Native Wallet

    React Native Wallet

    React Native module for adding payment cards

    ...The project is designed around card push provisioning, so apps can offer a smoother way to add supported cards directly from inside the application. It uses official wallet-related branding assets, helping developers follow platform presentation expectations. The package is useful for fintech apps, expense platforms, banking products, corporate card tools, and payment experiences. Its main value is simplifying a complex native wallet integration into a reusable React Native component and module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    React Native Screens

    React Native Screens

    Native navigation primitives for your React Native app

    React Native Screens exposes native navigation container primitives to React Native applications. It is not mainly intended as a standalone app-facing library, but as a foundation used by full navigation systems. By relying on native screen containers, it can improve memory usage, navigation performance, and platform consistency. The library is commonly used with React Navigation and native stack navigators. It supports modern navigation patterns such as stacks, modals, headers, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ovmeet

    Ovmeet

    Video conferencing and collaboration platform

    OvMeet is a video conferencing and collaboration platform developed in China that supports video meetings and H5 web/video live streaming. WebRTC, RTMP, SIP, RTSP, whiteboards, document presentation, file sharing, desktop sharing, recording, and more. The older version was built using Adobe/Flash, but that is no longer maintained. The newer version uses modern web technologies to deliver video conferencing services across Web, H5, Android, iOS, PC, etc. It also supports server configurations, live streaming, multiple protocols, and integration with hardware and AR components for extended use cases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    react-native-picker-select

    react-native-picker-select

    A Picker component for React Native for iOS and Android

    ...For either platform, you can alternatively pass down a child element of your choice that will be wrapped in a touchable area. The component defaults to using the native Android Picker in its un-selected state. Setting this flag to false will mimic the default iOS presentation where a tappable TextInput is displayed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    Android MVVM Architecture

    Android MVVM Architecture

    This repository contains a detailed sample app that implements MVVM

    Android MVVM Architecture is a Java sample application that demonstrates the Model-View-ViewModel pattern for Android development. Its interface layer connects views with ViewModels so presentation state and behavior remain separate from activities and fragments. The data package centralizes access and manipulation, while Dagger 2 supplies dependencies throughout the project. Room handles local database storage, RxJava supports reactive operations, and Fast Android Networking performs remote requests. PlaceHolderView reduces interface boilerplate, and Android Debug Database helps developers inspect stored information during development. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Android MVP Architecture

    Android MVP Architecture

    Detailed sample app that implements MVP architecture

    Android MVP Architecture is a detailed Android sample project that demonstrates the Model-View-Presenter pattern in a structured application. It separates interface code from presentation logic by pairing views with dedicated presenters. A data layer handles access and manipulation, while a service layer contains application services. Dagger 2 supplies dependencies, GreenDAO provides local persistence, and RxJava coordinates asynchronous work. Fast Android Networking manages remote requests, while PlaceHolderView and Android Debug Database support interface construction and database inspection. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Beautiful Color Selection in Powerpoint

    Beautiful Color Selection in Powerpoint

    A Powerpoint Presentation to Select Your Favourite Color From a List

    ...Once you select any Shape ( including a pasted row ) by clicking on it, you can also move it around, by dragging its edges. Categories: Impress your Clients with a Colorful Powerpoint Presentation , A Color Picker Template For Powerpoint
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PlayPicdio

    PlayPicdio

    On the Android platform, the picture or video is converted to ascii

    PlayPicdio is a multimedia application designed to transform static images into dynamic audiovisual presentations. It combines image playback with synchronized audio to create slideshow-like experiences enhanced by transitions and timing control. The project demonstrates how to integrate image processing and audio playback into a cohesive media pipeline. It is useful for creating lightweight video content from image sequences without requiring full video editing software. The application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flutter Ecommerce App

    Flutter Ecommerce App

    E-Commerce App built in flutter

    ...The UI mimics production patterns such as persistent navigation, responsive grids, and consistent typography to keep browsing fast and familiar. Under the hood, it illustrates state management and data flow suitable for real-time updates, as well as clean separation between presentation and business logic. The repository is structured to be a learning resource, so screens and components are easy to inspect, modify, and reuse. Developers can lift entire sections—like the product list, search bar, or cart widget—into their own prototypes to accelerate delivery. As an end-to-end sample, it helps teams validate architecture choices before wiring a live backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Xabber

    Xabber

    Open-source XMPP client for Android

    ...It is fast, reliable and packed with lots of features that make it more advanced than most desktop clients. Xabber interface was perfected over many years to give a very clear yet informative presentation of your contacts and chats. Great amount of details are shown in a subtle way to not obscure your view. Internet connection is not as reliable as we’d like on mobile networks, users often experience connection loss. Xabber for Android was optimized to ensure low battery usage and to quickly reconnect.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MPAndroidChart

    MPAndroidChart

    A powerful Android chart view / graph view library

    MPAndroidChart is a powerful chart library for Android that offers a beautiful and comprehensive range of charts and graphs. Powerful and very easy to use, it supports the creation of bar-, line-, pie-, bubble-, scatter-, radar- and candlestick charts, as well as scaling, dragging and animations. Charts are rendered cleanly and are visually engaging. Visualizing your data exactly how you want is so much easier with MPAndroidChart. To see more great examples of MPAndroidChart, download...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    flutter_swiper

    flutter_swiper

    The best swiper for flutter, with multiple layouts, infinite loop

    ...It supports a wide range of configurations including autoplay, custom pagination indicators, looping, and horizontal or vertical scrolling. The widget is designed for image sliders, onboarding screens, and product showcases, making it a common choice for e-commerce or presentation apps. Developers can extend it with custom builders to create unique effects such as stacked or 3D-like swipes. Its API is simple, allowing developers to integrate swipers with just a few lines of code while maintaining flexibility for advanced customizations. As one of the earlier Flutter swiper libraries, it became widely used for its reliability and ease of integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CatchUp

    CatchUp

    An app for catching up on things

    ...It's difficult to take in all of these in one go, but skipping any of them could mean falling behind on the latest news and developments. Enter CatchUp: an app for catching up on things. CatchUp offers a high level presentation of the "front page" of several services in short form, allowing you to take in these services in one swift go. And when you want to go further, there's intelligent deeplinking into dedicated apps that will allow you to do so. CatchUp features several services but is not an all-purpose client for each of these services, nor does it support login for any service, or the customization/filtering of their feed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pejonic-TV

    Pejonic-TV

    TV in your pocket

    Thinking buying Roku or Kodi devices? Think no more with Pejonic TV, your mobile phone will be automatically converted to a TV device that gives you many features in the comfort of your home. Pejonic TV aim at making TV viewing portable and easy to carry where ever you go. Stream your favorite channels straight from your phone in the comfort of your home.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Android-CleanArchitecture

    Android-CleanArchitecture

    This is a sample app that is part of a series of blog posts

    Android Clean Architecture is a sample Android application demonstrating Robert C. Martin's Clean Architecture principles in a mobile project. The codebase separates responsibilities into presentation, domain, and data layers. This organization demonstrates how business rules can remain independent from Android-specific interface and persistence concerns. The project accompanies a series of articles explaining the architectural decisions and their evolution. Its build configuration includes unit, integration, lint, instrumentation, and acceptance testing workflows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 22

    Slidery

    Create presentation slides easily from written text documents

    ...Slidery can include images and even entire executable programs in a presentation. This allows you to create features which are difficult or impossible in other presentation systems. Slidery runs instantly, without installation, on Windows, Mac, Linux, and Android, as well as on many legacy platforms. The entire system is about 1/2 meg, so you can be sure your presentation will run easily, anywhere there is a computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    remoteME

    remoteME

    Remote computer access through Android devices

    remoteME is a good-looking, extremely configurable and open source Android remote controller for your computers no matter what operation system you are using (Linux, MAC OS, or MS Windows). It offers you at least 11 remotes for the most frequent media players plus those which you create by yourself. Remotes for mouse, keyboard, presentation and power control are also included. Before using client application, please be sure you have a remoteME server running on your computer. Download: Please Browse All Files to download Client and Server application. Current versions: Client - 1.0.3 Server - 1.0.1
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Managana

    Managana

    Managana is a free cross-platform software for digital publication.

    ...Managana mixes and sequences playlists that can be created, displayed, and animated in the software itself. Managana works with both Adobe Flash Player and/or HTML5 canvas. Check our presentation at http://www.managana.org/editor/share.php?c=managanaintroen&s=0_home Check our presentation video at http://www.youtube.com/watch?v=HM5Zs32N5MY
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    ...NFCProxy can also be useful for protocol analysis to learn about the underlying communication protocol. In order to replay credit cards to a reader you MUST install a special version of CyanogenMod. See Wiki. Slides from the Defcon 20 presentation of NFCproxy can be found at: http://blackwinghq.com/labs/presentations/
    Downloads: 24 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next