Showing 139 open source projects for "android app"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 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
    re-start

    re-start

    react-native template to target multiple platforms

    React-native template to target multiple platforms. Target multiple platforms (Android, iOS, Web, Windows [UWP] and Electron [macOS, Linux, Windows]) with react native' APIs and a single codebase. Follow best practices while doing the above. Cut out the time and effort it takes to setup the project (based on create-react-app). Achieve write once run everywhere with react-native (though react strictly says 'Learn once use anywhere).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Boostnote
    Boostnote is an open source note-taking app for programmers. Apps available for Mac, Windows, Linux, Android and iOS. Built with Electron, React + Redux, Webpack and CSSModules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Snowflake

    Snowflake

    React-Native Android iOS starter app/BoilerPlate/example with Redux

    A React-Native starter mobile app, or maybe just an example, or maybe a boilerplate (you decide) for iOS and Android with a single code base, with 2 backends to chose from, a Hapi or Parse Server solution. To make things easy for you, the config.example.js has been initialized to use the remote Snowflake Hapi Server which is running on Redhat OpenShift. Code is written to JS Standard and validated with Eslint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    iReading

    iReading

    iReading App Write In React-Native

    iReading App Write In React-Native. ShowAPI was used by iReading from free to charge, so my key doesn't work. You could apply for a new key and replace in UrlUtil.js, it will work properly. Supports Android 4.1 (API 16)+ IOS(8.0+).
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    X2CRM

    X2CRM

    X2CRM - Workflow, Sales, Marketing, Workflow, Custom Apps, PHP, MySQL

    X2CRM Open Source Sales CRM: X2Engine, X2CRM is an Open Source PHP Customer Relationship Management, Sales, Contact Management, Customer Service and Marketing CRM software application. X2CRM helps you optimize your contacts to help you sell more and grow your business. Very powerful B2C and B2B sales management app. Build on top of the Yii framework. Supports all browsers, iPads, iPhones and most mobile devices. X2CRM Key Features Workflow Designer Mobile Apps Web and Facebook Lead...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    OPEN SEN PLATFORM

    OPEN SEN PLATFORM

    OPEN PLATFORM FOR SEN APPS (subproject of Computer as Therapy)

    Here we present results from "Computer@Therapy" project - OPEN SOURCE PLATFORM for SEN (special education needs), called iCT Framework tool and its apps. This tool works as central management app including users (class) manager, SEN apps manager (following the pre-defined communication protocol) and security (rights) manager. Thus each developer of new SEN app can just focus at the proper educational tasks in his app without the need of handling of app data management stuff around. Such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Logic Circuit Diagram

    Logic Circuit Diagram

    Build now your diagram logic circuit

    A full-client web application, practical and useful developer diagrams for the construction of the logic of a circuit, with circuit simulator, AC, DC and Transient Analysis, for your Computer Desktop. You can to export yours diagrams in pdf, png, jpg, gif and tiff. ========== Support Windows 7 and later with ia-32 or arch x64 ========== Android app: https://play.google.com/store/apps/details?id=com.ulm.droidtronics Chrome extension: http://bit.ly/29Tdvz7 Opera add-on: http://bit.ly/1igCRWQ
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    OCR Web based

    OCR Web based

    OCR web based for Browser Firefox & PC

    Optical Character Recognition in JS for Browser is based on ocrad.js. OCR for Browser is a free extension and You can use this application to extract text from any image you supply. Just upload your image files. OCR for Browser takes either a JPG, GIF, TIFF, BMP, PNG. ========= Get OCR for Android (Beta release) - https://play.google.com/store/apps/details?id=com.ulm.ocr ========= Add-on for Opera: http://bit.ly/1F0E0wP ========= Release 1.0.1 For safety reasons, I disabled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WebDGap

    WebDGap

    A PhoneGap alternative for Desktop applications.

    WebDGap allows you to convert any website or HTML/CSS/JavaScript web application to a native Windows, Mac, Linux, and Chrome application. WebDGap also gives you the option to export as a Chrome popup extension, and you can export your app or website as a native PhoneGap application making your app available for mobile devices :)
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 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. Switch between models without switching platforms.
    Start Free
  • 10
    FinanceReactNative

    FinanceReactNative

    [Deprecated] iOS's Stocks App clone written in React Native

    iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android). Data is pulled from Yahoo Finance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    react-native-login

    react-native-login

    An example React Native project for client login authentication

    This project is an example application built with React Native that demonstrates how to implement client login authentication in a mobile context. It shows how to integrate WebViews or native modules to handle login flows, fetch tokens, and manage persistent user sessions across platforms (iOS and Android). Because mobile authentication flows often involve more complexity than web—such as secure storage, token renewal, and redirect handling—the example gives a scaffold for real-world usage. While not a full production app, it provides sufficient structure for mobile developers to learn the foundation of login/registration, token handling, and basic navigation after login. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    react-native-app-intro

    react-native-app-intro

    React native component implementing a parallax effect welcome page

    react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper, similar to the one found in Google's app like Sheet, Drive, and Docs. You can use pageArray quick generation your app intro with parallax effect. With the basic usage, the Android status bar will be updated to match your slide background color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zepto.js

    Zepto.js

    JavaScript library for modern browsers with a jQuery compatible API

    Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto. While 100% jQuery coverage is not a design goal, the APIs provided match their jQuery counterparts. The goal is to have a ~5-10k modular library that downloads and executes fast, with a familiar and versatile API, so you can concentrate on getting stuff done. Zepto is open source software and is released under the developer and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    shimanskybiz-app

    shimanskybiz-app

    English Grammar for Russian-Speakers

    English Grammar for Russian-Speakers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Let's Chat

    Let's Chat

    Self-hosted chat app for small teams

    Let's Chat is a persistent, self-hosted messaging application made for small teams. It runs on Node.js and MongoDB and comes with some awesome features, such as LDAP/Kerberos authentication, a REST-like API and XMPP support. It's also got multiple, private and password-protected rooms, mentions, image embeds, and plenty of other great stuff. Let's Chat is Hubot-friendly and comes in many different languages. It's made with love by the development team at Security Compass, who started this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SINE Isochronic Entrainer

    SINE Isochronic Entrainer

    Free and Open Source Brainwave Entrainment application

    SINE Isochronic Entrainer is a Free and Open Source Brainwave Entrainment application for PC, Android, and HTML5. Brainwave Entrainment is the practice of using sounds, visual stimuli or even electromagnetic fields to alter the frequency of brainwaves. It can be done for several reasons: people with insomnia can take great benefit from it, but it can also be used to improve your attention span, and even simulate the effects of some recreational drugs. The effect is not permanent, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FastClick

    FastClick

    Easy-to-use library to remove click delays on browsers with touch UIs

    FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic. FastClick is developed by FT Labs, part of the Financial Times. Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    light-control

    light-control

    Take control of your server thanks to a light web app from any device

    The main target of this project is to be able to take control of a given server from any device that can open a simple and lightweight web page within the same local network. The client part has been successfully tested on a OSX from an IPad and an IPhone, Android from a Samsung Galaxy Alpha, Mac OS X, Linux Ubuntu and Windows, using Firefox (FF), Internet Explorer (IE), Safari and Chrome. The server part has been successfully tested on Mac OS X, Linux Ubuntu and Windows. More...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    chromeos-apk

    chromeos-apk

    Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows

    Make sure Android applications are compatible with your Chromebook, first try to install an official application. Download an official app, such as Evernote, from the Chrome Web Store. Then download an open source game, like 2048.APK Game by Uberspot and load it as an unpacked extension. Go to chrome://apps and launch it there, ignore warnings. Install a sample Android app from the Chrome Store to get the runtime.
    Downloads: 57 This Week
    Last Update:
    See Project
  • 20
    vespadj apps

    vespadj apps

    local web based app: Music & VST Browser, Shazam charts local cache

    These Apps run on a small portable web server (Lua Xavante wsapi, size < 3MB), so you can take it on flash usb and use a web GUI (Firefox, Chrome), internet connection is not required, data are stored in path. Music_Browser: index your archive of music on sqlite database, run presetted query, like find double albums/songs or simply find your songs, launch operation on files (drag'n'drop to desktop application*, open in forder, listen on winamp) VST_Browser: index your tons of vst...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Comunique

    Comunique

    Edição e envio de e-mails e SMS em massa.

    Aplicação web para edição agendamento e envio de campanhas por e-mail e SMS. Obs: para efetuar o disparo de SMS, faz-se necessária a aquisição do App JasonSMS para Android (https://play.google.com/store/apps/details?id=br.com.sisau.jasonsms).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SelfCorder

    SelfCorder

    An android application allowing you to record video and play audio.

    ...On speakers, the audio will interfere, so unless that is what you want, I recommend earphones. The application has been programmed using Apache Cordova, so if anyone wants to port the app to iOS or other mobile platforms, it should be straightforward to do so. You're welcome to get your hands dirty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ratchet

    Ratchet

    Build mobile apps with simple HTML, CSS, and JavaScript components

    Ratchet is designed to respond to touch events from a mobile device. Enable touch event emulation in Chrome (found in the overrides tab in the web inspector preferences). Use a JavaScript library like fingerblast.js to emulate touch events (ideally only loaded from desktop devices). Ratchet is downloadable in two forms, within which you'll find directories and files, logically grouping common resources and providing both compiled and minified variations. The most basic form of Ratchet is the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    dictware

    dictware

    My Freeware

    [1] English-Chinese Dictionary [英汉词典] A minimalistic bilingual dictionary [2] Japanese-English-Chinese Dictionary [日汉词典] A minimalistic trilingual dictionary [3] French-English-Chinese Dictionary [法汉词典] A minimalistic trilingual dictionary [4] Portuguese-English-Chinese Dictionary [葡汉词典] A minimalistic trilingual dictionary [5] JPG Sponge Hide your message in a JPG file [6] MP3 Sponge Hide your message in a MP3 file [7] Red Days Remind the drivers of Beijing China not to drive in no-driving days (red days) [8] RadSensor A simple Geiger-Müller counter based on camera lens of Android smartphone [9] Learn French in 10 Days [法语十日入门] An introductory French course for Chinese autodidacts [10 Learn Portuguese in 10 Days [葡语十日入门] An introductory Portuguese course for Chinese autodidacts www.italian.org.cn/app/ www.zhangyichi.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Equus - Horse Education

    Equus - Horse Education

    A horse education application

    Equus is the ultimate horse education app! It provides you with the basics of hippology (the study of horses), and also provides a fun and entertaining way to learn about them! By making use of helpful diagrams and fun, yet challenging, interactive quizzes, you will be on your way to being a hippology expert in no time! And the app is always expanding and adding new features, so there will always be something new and interesting to learn! Features: - Learn the anatomy of a horse with...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB