Search Results for "java android 12" - Page 61

Showing 2419 open source projects for "java android 12"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    JScreenRecorder

    JScreenRecorder

    a java based desktop screen recorder

    ...Create custom textual watermark 6. Watermark alpha(transparency) settings 7. WYSIWYG (What You See Is What You Get) type of Watermark location selector 8. Frame rate setting 9. Runs on all major Java supported platforms 10. Uses jcodec, TransPanel and JTextChooser components 11. Encodes video in MP4 format CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    UPNPLib-mobile

    UPNPLib-mobile

    Java/Android library for port mapping on UPnP routers

    This library allows to discover UPnP-compatible routers on the local network, get some basic router information, including model and version number, external and internal interfaces addresses, forwarded ports list. Library allows to add new and delete existing port mappings. UPNPLib-mobile is the port of the abandoned UPNPLib project developed by "sbbi". Unlike the original, UPNPLib-mobile intended to be used for Android software development. For more details about original UPNPLib...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Coronis SDK

    Coronis SDK

    Set of module for data processing of wireless device

    The goal is to create a leading “Set of software libraries for data processing of wireless device based on Coronis platform“. These libraries will run on all major platforms (embedded and desktop) and provide services for data processing through generic APIs. Keywords: Coronis, Wavenis, API, Plugin, Wireless, Waveport, Wavecard, Profile, Java, C, C++, C#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    picoPOS

    picoPOS

    Open, mega-light POS system for Android

    picoPOS is an open source, extremely lightweight point-of-sale solution, written in Java for the Android Development Tools. The aim is to prove my concept such that I can begin porting it to GTK#, hopefully loading the entire system over a network with no local storage, with underlying security that is yet seen in this sector.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for Your Most Critical Databases Icon
    99.99% Uptime for Your Most Critical Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    CalcConsumo

    CalcConsumo

    CALCULADORA DE CONSUMO DE ENERGIA ELÉTRICA E DE TARIFA PARA ANDROID

    CALCULADORA DE CONSUMO DE ENERGIA ELÉTRICA E DE TARIFA PARA ANDROID
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HTTP Manager for Android

    HTTP Manager for Android

    HTTP Library for GET & POST requests in Android Applications

    HTTP Manager for Android allows you manage HTTP requests easy and fast. You have to create just one class with urls and implements one interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WizarDroid

    WizarDroid

    A lightweight Android library for creating step by step wizards

    WizarDroid is a lightweight Android library for creating Wizard like Activities such as Installation Wizard, Step by Step processes, etc. It is built on top of Android's Fragments featuring Wizard state persistence and simple API for controlling the flow of your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ...Processing is an open source programming language and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities. The language builds on the Java language, but uses a simplified syntax and graphics programming model. Since Processing is possible to export the project to Android or iOS. The game consists of a ship that must defend his defense, represented with a line blank. If a meteor crosses the line, the meteor will impact in the mother ship and the game ends. The objective is to destroy as many meteors as possible. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 10
    GameBoid

    GameBoid

    Gameboy Advance emulator for Android phones

    This project is based on sources published by original GameBoid developer, who in turn used code of gpSP2X, based on gpSP. Help and suggestions are welcome. This project is abandoned in favor of RetroArch: http://www.libretro.com/. Seriously, check that one out!
    Downloads: 21 This Week
    Last Update:
    See Project
  • 11

    Eye Writer For The Paralyzed

    Type Using Your Eye

    ...The eye is tracked using a normal camera mounted on a glass. The tracking is done using JAVA running on a PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    kroidProject - Laboratoire du langage JAVA, sur PC & Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zipbox

    Zipbox

    a java zip utility

    a java util to zip/unzip files and folders Supported files for extraction: 7z, Zip, Tar, Rar, Lzma, Iso, GZip, Cpio, BZIP2, Z, Arj, Lzh, Cab, Chm, Nsis, DEB, RPM, UDF, WIM Supported compression format: Zip Minimum Requirements: - needs Java 1.7 or above CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    springmvc1

    spring mvc + hibernate3.2 + spring 2.5 + mysql5

    2013.09.14 项目环境: j2ee5规范 jdk1.6 spring 2.5.6 hibernate 3 servlet2.5 MySQL Server 5.5/mysql-connector-java-5.0.8.jar/Navicat 11.0 项目架构: spring mvc + hibernate + spring 表结构: -- ---------------------------- -- Table structure for user -- ---------------------------- DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `uname` varchar(40) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    simon4android

    simon4android

    Simon game for Android os

    This project is an Android version of the old Simon game. This project is for educational purposes; it's an example for a basic course aimed to beginner Android developers. https://play.google.com/store/apps/details?id=it.nick67.android.simon&hl=it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PAC-man ROM for LG P760

    PAC-man ROM is a combination of the three Super ROMS

    Paranoid + Aokp + Cyanogen = PACman This ROM packs all the tweaks from the three super ROMs into one. Why Choose Among ROMs , When You have All-In-One !! INSTRUCTIONS TO FLASH Requirements: -- Unlocked P760 -- Knowledge about flashing roms Steps to flash: -- Make A Backup -- Reboot Into Recovery -- (If you are coming from stock or other rom) Do full wipe - wipe data, wipe cache, format /system -- Flash ROM -- Flash Gapps -- Reboot
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    BluetoothHeadsetButtonRemapper

    Remap Bluetooth Headset Buttons

    The results of this project can be found on the Play Store: https://play.google.com/store/apps/developer?id=Yassen+Dobrev For headsets which only have a "redial last number" and "voice recognizion" buttons - Remap these buttons to something more usefel, for example playing/pausing audio player! The app currently only remaps "redial last number" to play/pause Smart AudioBook Player. I am looking for collaborators for this project, so if you have interest to help, mail me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Android-IOIO-Astronomical mount comunication project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LynxSight Mobile

    LynxSight Mobile

    An OCR assistant for visually impaired people

    LynxSight mobile is an android application that serves as OCR assistant. Application scans pictures taken by camera for text and reads it to user. LynxSight mobile is designed for use by visually impaired people. It contains voice assistant, voice commands and simple UI to make using easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    K-10.12

    The Vocaloid Quiz App

    Download with your android phone. Open with your phone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GeoPaddler

    GeoPaddler

    Load and retrieve geo data.

    This application allows you to post geo data and retrieve it. Useful for sharing position information while you're paddling with your ride/friends. You can control who views your data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    My ZZZ Knowledge Micro Web Base

    This is a base which stores knowledge in the form of nested sets

    Hi, we are introducing you something new - ZZZ Knowledge Base. This is a base which stores knowledge in the form of nested sets, each set can contain a virtually unlimited number of elements and, in turn, each element can contain multiple elements. The access time from multiple ELEMENT NOT DEPEND ON THE NUMBER OF ITEMS IN IT AND PRACTICAL instantaneous! The access to knowledge base is realized through a "server" to which you can connect an unlimited number of "clients" as one computer...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    JPropertyEditor

    JPropertyEditor

    a gui based property file editor in java. for java.

    ...Search by key and value CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Shoot 'em up

    Classic shoot 'em up game. Processing

    ...Processing is an open source programming language and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities. The language builds on the Java language, but uses a simplified syntax and graphics programming model. Since Processing is possible to export the project to Android or iOS. The game consists of a ship that must defend his defense, represented with a line blank. If a meteor crosses the line, the meteor will impact in the mother ship and the game ends. The objective is to destroy as many meteors as possible. ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB