Search Results for "java android 12" - Page 54

Showing 2419 open source projects for "java android 12"

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 Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    AndroidStaggeredGrid

    AndroidStaggeredGrid

    Android staggered grid for multiple columns with rows of varying sizes

    An Android staggered grid view which supports multiple columns with rows of varying sizes. The StaggeredGridView was developed due to requirements for the Etsy app not met by any existing Android libraries. Namely a stable implementation with the ability to have a different number of columns in landscape & portrait, to sync grid position across orientation changes and support for headers & footers. The library was built for and tested on Android version 2.3.3(SDK 10) and above. It could be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SailCockpit

    SailCockpit

    Cockpit tools for sailling

    Widgets and tools for sailling. Speed, VMG ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    WPIAutonomousBlimp

    Android app for an autonomous blimp

    Android app for an autonomous blimp using Android IOIO Java API for sending signals to motors and servos. Part of an MQP for the 2012-2013 academic year.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Simplad

    The simple notepad

    ***** THIS APP IS BROKE AND IS DISCONTINUED UNTIL FURTHER NOTICE ***** ***** SHOULD YOU WISH TO ASSIST IN FIXING IT, CONTACT ME ***** A simple notepad without ads. It's simple and gets the job done. Simplad is the successor to and complete rewrite of EZ Padd, which had major bugs and an essential part of the project got corrupted there for I could not publish new versions. Features: * Saves and opens files in any format: txt, css, js, ect. * Theme integrates well into all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 5
    Mushrooms

    Mushrooms

    See you and your friends on a map

    (Former project name was Geo5.) It was never easier to share your position with friends. Just open http://jfellow.net/geo5/ and see you and your friends on a map. (http://jfellow.net/geo5/ is a test server. You can download and install your own server. It's open source.) - Build groups, all group members see each other automatically. - No registration, no installation, no spyware. - Advanced: Tracks, routing (planned). It's about privacy. Reclaim the internet from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    JSIP2

    SIP2 Library for Java.

    3M Standard Interchange Protocol (SIP) is an industry standard protocol by 3M to allow automatec check out terminals communicate with library systems. JSIP2 is an Open Source (MIT) library that implements the 3M SIP version 2 protocol including the 3M SIP2 Extensions for SIP2 clients. The library contains the necessary functionality for SIP2 client socket based implementation supporting all the SIP2 messages and fields, including also the fields defined in the the 3M SIP2 Extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    crypto-native

    crypto-native

    Java native access for pc/sc, pkcs11, openct based on JNA

    This is a java native wrapper, based on JNA of standard methods to access smart cards (pkcs11, pc/sc, openct, libusb). Goals of this projects are: * interoperability: it can work on any platform where JNA runs: Windows, Linux, Mac (and one day even Android) * modularity: you don't need to include pc/sc support if you only use pkcs11 * ease of integration: it depends only on few required libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AndLua
    Lua interpreter for Android written in pure Java.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9

    jGLCore

    Tiny abstraction library for OpenGL access from Java.

    jGLCore is a simple facade or abstraction to various OpenGL binding libraries. jGLCore exposes OpenGL's core profile functions and transparently forwards calls to one of its backends: JOGL, LWJGL, or Android. Warning: This is a work in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 10

    linenoise4java

    Linenoise4Java is a java binding for Linenoise.

    What is Linenoise? A minimal, zero-config, BSD licensed, readline replacement used in Redis, MongoDB, and Android. 1. Single and multi line editing mode with the usual key bindings implemented. 2. History handling. 3. Completion. 4. About 1,100 lines of BSD license source code. The homepage of Linenoise https://github.com/antirez/linenoise/. What is Linenoise4Java? 1. Linenoise4Java is a java binding for Linenoise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    J.A.R.V.I.S - Just an Application of Recognition and Voice Intelligent Synthesis. Trata-se de um aplicativo de reconhecimento e síntese de voz, baseado no aplicativo Google Now, e com o objetivo principal de captar comandos de voz do usuário, interpretá-los de acordo com uma base de dados preexistente e executar ações de manipulação de mensagens de texto no Sistema Operacional Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    NFC communication library

    Android library for communicating with NFC tags

    The primary Source of communication With an Android-powered Device when dealing With NFC tags, is through NDEF Messages. However, when desiring to use the extended features of the individual tags, the user is required to implement the tags binary protocol stack. This Project is an attempt to ease the workload of Developers desiring this type of Access, by providing a simple API for communicating With the tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    VoR ~ Voice Recognition

    VoR ~ Voice Recognition

    VoR is a voice recognition tool for Android.

    It is an Open-Source project that acquire the word spoken and open the its page in Wikipedia. It include a VoR Engine ~ Voice Recognition Engine make by CMU Sphinx tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Mobile Device as GUI for Smart Objects

    Mobile Device as GUI for Smart Objects

    UNDERGRADUATE PROJECT UNDER DEVELOPMENT -- INSTABLE VERSION Android application that acts as GUI for embedded devices without user interface that are smart objects in a grid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CarCity Run

    CarCity Run

    A simple Game involving car running

    A simple Game involving car runnong developed using libGDX framework built on java. Use Arrow Keys To play!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Eisai

    Eisai

    Visual Novel engine, editor and game development.

    Eisai is a project to build a Visual Novel game engine and editor and to deploy a visual novel on those developed products. The engine will be licensed with the LGPLv3 and the editor will be covered by the GPLv3. All artwork, music and writing will be covered by the Creative Commons Attribution-ShareAlike license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BIRT Report Designer

    BIRT Report Designer

    Open Source Reporting & Data Visualization Platform

    BIRT is an open source technology platform used to create data visualizations and reports that can be embedded into rich client and web applications. Developers who use BIRT Designer are able to access information from multiple data sources easily and quickly in order to create reports and applications with stunning data visualizations. Actuate now provides a free report server, BIRT iHub F-Type, to deploy BIRT content so developers don't have to build their own infrastructure. With a...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    DIY Zoning
    Step-by-step instructions for making your HVAC (Heating, Ventilation & Air Conditioning) system state-of-art. Covers airflow balancing, temperature control & zoning, energy conservation measures, remote access, 1-wire, XBee devices, home automation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Android Motion Detector

    AMD take photo every 3 seconds and find motion with image compare.

    AMD take photo every 3 seconds and find motion with image compare. When it detect motion, it send E-mail to user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    openhealthpractice

    A simulation environment for physiology models simulation

    ...The Graphical Visualization Environment (GVE) provides the graphical visualization of the simulation results. Results can also be exported to different formats (xls, txt or csv). This simulation environment is built using Spring Framework and Java technologies. For more information on how to deploy and use the tool, check the installation and user manuals. This tool was developed within the Synergy project. You can view our publication about the Simulation Environment here: http://www.translational-medicine.com/content/12/S2/S7 The rest of the publication outcomes of the project can be found here: http://www.translational-medicine.com/supplements/12/S2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jaivox

    jaivox

    Speech recognition application builder and library

    Java library and tools to create open source speech recognition applications. Generates dialogs for conversational interfaces. Works with a popular open source speech recognition library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Android Auto Scroll ViewPager

    Android Auto Scroll ViewPager

    Android common lib, include ImageCache, HttpCache, DropDownListView

    Android Auto Scroll ViewPager is a Java-based UI library for Android applications that enhances the standard ViewPager component by adding automatic scrolling and cycling behavior, making it particularly useful for image carousels, featured content sliders, and other rotating views. Designed to extend the classic Android support library’s ViewPager, it enables views to scroll automatically at a configurable interval while also allowing manual swiping by the user, combining both automation and interactive control. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    android-common-lib

    android-common-lib

    Android common lib, ImageCache, HttpCache, DropDownListView, etc.

    The Dev Tools App is a powerful android development tool that can help you improve efficiency greatly, It can be used to view the latest open source projects, view activity history, view manifest, decompile, color picker, extract apk or so, view app info, open or close the developer options quickly, and more. Includes cache (picture cache, prefetch cache, network cache), public View (drop down and load more ListView at the bottom, load more ScrollView at the bottom, slide a page Gallery) and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Android System Bar Tint

    Android System Bar Tint

    Apply background tinting to the Android system UI

    Apply background tinting to the Android system UI when using KitKat translucent modes. Android 4.4 (KitKat) introduced translucent system UI styling for status and navigation bars. These styles are great for wallpaper based activities like the home screen launcher, but the minimal background protection provided makes them less useful for other types of activity unless you supply your own backgrounds inside your layout. Determining the size, position and existence of the system UI for a given...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Greatly Open Android Ticket Service

    Greatly Open Android Ticket Service

    GOATS - Application to handle GLPI tickets

    Code moved to https://github.com/ReyAnthony/GOATS/
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB