Showing 16 open source projects for "access data"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 1
    Micronaut Data

    Micronaut Data

    Ahead of Time Data Repositories

    Micronaut Data is a database access toolkit that uses Ahead of Time (AoT) compilation to pre-compute queries for repository interfaces that are then executed by a thin, lightweight runtime layer. Both GORM and Spring Data maintain a runtime meta-model that uses reflection to model relationships between entities. This model consumes significant memory and memory requirements grow as your application size grows. The problem is worse when combined with Hibernate which maintains its own meta-model...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Look4Sat

    Look4Sat

    Open-source satellite tracker and pass predictor for Android

    Track satellite passes with ease. Thanks to the huge database provided by Celestrak and SatNOGS you have access to more than 5000 active satellites orbiting Earth. You can search the entire DB by satellite name or by NORAD catnum. Satellite positions and passes are calculated relative to your location. To get reliable info make sure to set the observation position using GPS or QTH Locator in the Settings menu. The application is built using Kotlin, Coroutines, Architecture Components...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 3
    Simple File Manager

    Simple File Manager

    Easy app for managing your files without ads, respecting your privacy

    Simple File Manager is a super quick & professional file and folder manager for Android devices. Use Simple File Manager to easily compress, transfer & convert media files with a few clicks. It has all of the major file manager & folder management features, including customizing the home folder and selecting favorite folders for quick access. The file manager provides a whole pack of file manager features, including search, navigation, copy & paste, cut, delete, rename, decompress, transfer...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Fossify Gallery

    Fossify Gallery

    Browse memories without interruptions with photo and video galleries

    Unleash memories, not personal data. Fossify Gallery is the ultimate photo and video app that's as powerful as it is private. No ads, no unnecessary permissions – just a seamless experience tailored for you. Enhance your photos with our basic yet powerful photo editor. Crop, resize, rotate, flip, draw, and apply stunning filters, all without compromising your privacy. Take control of your memories like never before. Your privacy matters. Ditch the data-hungry giants. Fossify Gallery puts you...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 5
    Simple Dialer

    Simple Dialer

    A handy phone call manager with phonebook, number blocking

    ... can access your contacts and maintain a call log with ease. There is a quick dialpad at your service too, with smart contact suggestions. It supports letters too. You can use the quick search to find your favorite contacts not just in the contact list, but also in the call history. Call log entries can be removed one by one, but it can also be cleared out at once. You can easily block phone numbers to avoid unwanted incoming calls.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Android Pluto

    Android Pluto

    Android Pluto is a on-device debugging framework for Android apps

    Android Pluto is an on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more. Pluto is an on-device debugging framework for Android applications, which helps in the inspection of HTTP requests/responses, captures Crashes, and ANRs, and manipulates application data on the go. It comes with a UI to monitor and share the information, as well as APIs to access and use that information...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Exposed

    Exposed

    Kotlin SQL framework

    Welcome to Exposed, an ORM framework for Kotlin. Exposed offers two levels of database access: typesafe SQL wrapping DSL and lightweight data access objects. Our official mascot is Cuttlefish, which is best known for its outstanding mimicry abilities letting it blend seamlessly in any environment. Just like our mascot, Exposed can mimic a variety of database engines and help you build database applications without hard dependencies on any specific database engine, and switch between them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pokedex

    Pokedex

    Pokedex demonstrates modern Android development with Hilt

    Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Apollo Kotlin

    Apollo Kotlin

    A strongly-typed, caching GraphQL client for the JVM, Android, etc.

    ... yourself, because these are generated from the GraphQL definitions your UI uses. Because generated types are query-specific, you can only access data that you actually specify as part of a query. If you don't ask for a particular field in a query, you can't access the corresponding property on the returned data structure. This library is designed primarily with Android in mind, but you can use it in any Java/Kotlin app, including multiplatform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    Firebase Kotlin SDK

    Firebase Kotlin SDK

    A Kotlin-first SDK for Firebase

    The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. Its API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android, Desktop, or Web, enabling the use of Firebase as a backend for Compose Multiplatform, for example. Unlike the Kotlin Extensions for the Firebase Android SDK this project does not extend a Java-based SDK so we get the full power of Kotlin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Wikipedia Android app

    Wikipedia Android app

    The Wikipedia app for Android

    This repository contains the source code for the Wikipedia Android app. Wikipedia is the free encyclopedia that everyone can edit. Articles are freely licensed and the app is 100% open source. The lifeblood of Wikipedia is its community of volunteers who work to give you unlimited access to free, reliable, and neutral information. Wikipedia is a place to learn where there is no advertising. The app was developed by the Wikimedia Foundation, a non-profit organization that supports and manages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Arrow

    Arrow

    Functional companion to Kotlin's Standard Library

    Arrow Core includes types such as Either, Validated and many extensions to Iterable that can be used when implementing error handling patterns. Core also includes the base continuation effects system, which includes patterns to remove callbacks and enables controlled effects in direct syntax. Some applications of the effect system reduce boilerplate and enable direct syntax including monad comprehensions and computation expressions. Arrow Fx is a next-generation Typed FP Effects Library that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Blogfy

    Blogfy

    Blog taking application utilizing Ktor REST-API

    ... search queries and the possibility to clear them all or individually. Refresh access token periodically (20 minutes lifetime). Revoke refresh token when the user sign out. Tests (mocks and fakes).A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SmartCookieWeb

    SmartCookieWeb

    A secure, open source web browser for Android

    ... location access, remove identifying HTTP headers and block HTTP sites. View the source code of a webpage and run JavaScript in the console. Google is the default search engine in SmartCookieWeb, as it's what most people use, but there are 10 other built-in search engines. SmartCookieWeb also never stores any personally identifiable information. SmartCookieWeb doesn't send any data at all to CookieJarApps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    UDEX

    UDEX

    Secure and Decentralized Exchange + Wallet for Ethereum ERC20 tokens

    We believe that private property is untouchable and market access is unconditional. That is why we engineered a crypto exchange that is equally open to all, lives online forever and unconditionally protects your assets. It is fully peer-to-peer and works without any centrally managed servers. It can't be stopped, blocked or taken down. Such an approach enables the wallet to operate anywhere and remain censorship-resistant. Only the user is in control of the money. Wallet-to-wallet token trading...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gradle Kotlin DSL converter

    Gradle Kotlin DSL converter

    Convert from Groovy to Kotlin DSL for Gradle, focused on Android

    Welcome! After a lot of pain trying to migrate from Gradle's Groovy to Kotlin DSL on Android Studio, I developed this tool to solve most migration issues and reduce the amount of work you need in order to make things ready. Please see this tool as a helper, a first resource like Android Studio's Java converter to Kotlin: it won't make a perfect conversion, but it helps a lot in reducing the time you would spend on repetitive tasks. Sometimes you just want to copy and paste. Just copy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next