[go: up one dir, main page]

Open Source Android Database Apps - Page 3

Database Apps for Android

View 34 business solutions
  • One Platform. Total IT Insight. Start with PRTG Now Icon
    One Platform. Total IT Insight. Start with PRTG Now

    Rely on a single source of truth. PRTG unifies monitoring for all your systems, apps, and services.

    Why settle for fragmented monitoring? PRTG consolidates everything - servers, VMs, network devices, cloud services, and more, into one powerful platform. Get real-time status, customizable alerts, and deep analytics to drive smarter decisions. Designed for complex environments, PRTG scales with your needs, supports team collaboration, and helps you prevent outages before they impact users. Take control of your IT landscape and deliver the uptime your business requires.
    Start Your Free PRTG Trial
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 1

    UbForms

    Field data measurements entry and complex data structures at ease

    With UbForms a person can manage field data measurements entry and complex data structures at ease. This app is inspired and based on the UrForms data model and design with several intricate enhancements and fixes. It is open source and free with a low privacy footprint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    VocabularyMem

    Program for manage data, like a simple database and for exercises for

    “ VocabularyMem” is a program for manage data, like a simple database and for exercises for memorize this data. Originary the program is for exercise only, but it is expanded, so you can also use it for store photos with tags and data around, or videos without taking a new space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    WCDB

    WCDB

    Cross-platform database framework developed by WeChat

    WCDB is an efficient, complete, easy-to-use mobile database framework used in the WeChat application. It's currently available on iOS, macOS and Android. Easy-to-use. Through WCDB, you can get objects from database in one line code. WINQ (WCDB language integrated query), WINQ is a native data querying capability which frees developers from writing glue code to concatenate SQL query strings. ORM (Object Relational Mapping), WCDB provides a flexible, easy-to-use ORM for creating tables, indices and constraints, as well as CRUD through ObjC objects. Efficient. Through the framework layer and sqlcipher source optimization, WCDB have more efficient performance. Multi-threaded concurrency, WCDB supports concurrent read-read and read-write access via connection pooling. ORM/persistence solution via Room from Android Architecture Components. Concurrent access via connection pooling from modern Android framework. Repair toolkit for database corruption recovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    WhiteBear

    a set of foundation classes for database engines

    WhiteBear is a set of foundation classes for database engines written in Java. It supports object and relational database, is highly portable and may be used in embedded or server environment. Project has been created from scratch and plan to includes storage engine, server, SQL interpreter, ODBC, JDBC and JDO interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard. Icon
    Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard.

    For developers, engineers, and operational teams in organizations of all sizes

    Monitor everything you run in your cloud without compromising on cost, granularity, or scale. groundcover is a full stack cloud-native APM platform designed to make observability effortless so that you can focus on building world-class products. By leveraging our proprietary sensor, groundcover unlocks unprecedented granularity on all your applications, eliminating the need for costly code changes and development cycles to ensure monitoring continuity.
    Learn More
  • 5
    einklib

    einklib

    Library Application for E-ink Android Readers.

    Simple and fast library application for e-ink android readers. Manage txt, pdf, epub, doc file types. This application is not reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    fields.awk

    A flat-file database program written in bash shell and awk scripts.

    Fields.awk allows users to create and work with small-to-medium databases on their home computers or a mobile device with bash shell terminal emulator. It runs on any OS compatible with bash shell, including Linux, FreeBSD, MacOSX, and Android. Certain optional features (printing/encryption) are dependent on external utilities such as lp or ccrypt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    iBoxDB

    flexible nosql database for java .net android windows phone

    Traditional way deal with data, with NoSQL fashional styles, pure java c# database, not only CURD and QL, but also Replication services. for java android : https://github.com/iboxdb/forjava for .net windows phone : https://iboxdb.codeplex.com/ benchmark : https://github.com/iboxdb/forjava/wiki/Benchmark-with-MongoDB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mailer

    mailer

    A Free form-data to Email platform for anyone to use.

    A Free form-data to Email platform. Anyone can fetch form data to their mail box without having to write server side code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn speech into text using Google AI Icon
    Turn speech into text using Google AI

    Accurately convert voice to text in over 125 languages and variants by applying powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
    Try for free
  • 10
    oops-easytrack

    oops-easytrack

    A bug tracking system in a wlan-, web- or rmi-environment

    Oops-easytrack is a Bug Tracking System, implemented as a wlan-, web- and RMI-based version. Bugs are created, modified, logged or searched. Users, projects,components and releases can be administrated. Reports of 4 types may be generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    - 임베디드 DBMS인 openML - 서버 DB와 임베디드 DB의 동기화를 해주는 솔루션인 openMSync
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    react-native-picker-select

    react-native-picker-select

    A Picker component for React Native for iOS and Android

    A Picker component for React Native which emulates the native select interfaces for iOS and Android. For iOS, by default we are wrapping an unstyled TextInput component. You can then pass down styles to customize it to your needs. For Android, by default we are using the native Picker component. If you prefer, you can set useNativeAndroidPickerStyle to false, which will also render an unstyled TextInput component. You can then pass down styles to customize it to your needs. 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
  • 13
    realm by MongoDB

    realm by MongoDB

    Realm is a mobile database, an alternative to SQLite key-value stores

    Realm’s mobile database is an open-source, developer-friendly alternative to CoreData and SQLite. Start in minutes, port your app in hours, and save yourself weeks of work. Realm’s object-oriented data model is simple to learn, doesn’t need an ORM, and lets you write less code. Realm’s local database persists data on-disk, so apps work as well offline as they do online. Realm is fully-featured, lightweight, and efficiently uses memory, disk space, and battery life. Realm was built for mobile developers, with simplicity in mind. The idiomatic, object-oriented data model can save you thousands of lines of code. Realm’s live objects mean data updated anywhere is automatically updated everywhere. If you need to freeze elements of your data for Reactive frameworks, you can do that, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    smartchargerSCADA is a Moodle plugin for implement a SCADA monitoring system in an electric car charger using node-network and MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    tGlue

    tGlue

    Glue Libraries for Users as an Environment

    A platform-independent environment to glue developed libraries (such as different quantum-chemistry libraries) together for research, education and further development. Git repository: https://gitlab.com/groups/tglue
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    webmongo

    Accessing server-side mongodb through client javascript API.

    Accessing server-side mongodb through client javascript API. This project is a branch of dbcloud You can do almost invoke on mongodb through the javascript API in browser. The client javascript api support IE6.0+ Chrome FireFox and Wechat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project