Search Results for "android runtime permissions" - Page 4

Showing 117 open source projects for "android runtime permissions"

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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Wrong Answer Calculator

    Wrong Answer Calculator

    Wrong answer guaranteed, first time, every time.

    Just a little mindless fun using beghilos or calculator spelling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MACE

    MACE

    Deep learning inference framework optimized for mobile platforms

    Mobile AI Compute Engine (or MACE for short) is a deep learning inference framework optimized for mobile heterogeneous computing on Android, iOS, Linux and Windows devices. Runtime is optimized with NEON, OpenCL and Hexagon, and Winograd algorithm is introduced to speed up convolution operations. The initialization is also optimized to be faster. Chip-dependent power options like big.LITTLE scheduling, Adreno GPU hints are included as advanced APIs. UI responsiveness guarantee is sometimes obligatory when running a model. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ZXing Android Embedded

    ZXing Android Embedded

    Barcode scanner library for Android, based on the ZXing decoder

    ...To change the orientation, specify the orientation in your AndroidManifest.xml and let the ManifestMerger to update the Activity's definition. The camera permission is required for barcode scanning to function. It is automatically included as part of the library. On Android 6 it is requested at runtime when the barcode scanner is first opened.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    MCinaBox

    MCinaBox

    A Minecraft: Java Edition Launcher for Android

    A Minecraft Java Edition Launcher on Android. MCinaBox is an open source project with the goal of building and developing a Minecraft Java Edition launcher that runs on an Android. Front End provides User Management, Minecraft Version Management, Minecraft Game Controller, Minecraft Startup Parameter Generation, Configuration Backend, Configuration and Management functions to reduce the workload of complete launcher development.
    Downloads: 80 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Kotlingrad

    Kotlingrad

    Shape-Safe Symbolic Differentiation with Algebraic Data Types

    Kotlin∇ is a type-safe automatic differentiation framework written in Kotlin. It allows users to express differentiable programs with higher-dimensional data structures and operators. We attempt to restrict syntactically valid constructions to those which are algebraically valid and can be checked at compile-time. By enforcing these constraints in the type system, it eliminates certain classes of runtime errors that may occur during the execution of a differentiable program. Due to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EdXposedManager

    EdXposedManager

    Companion Android application for EdXposed

    EdXposed is a Magisk & Riru module that provides original Xposed frameworks on the latest Android ART devices. Companion Android application for EdXposed.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 7
    PermissionsDispatcher

    PermissionsDispatcher

    A declarative API to handle Android runtime permissions

    PermissionsDispatcher provides a simple annotation-based API to handle runtime permissions. This library lifts the burden that comes with writing a bunch of check statements whether permission has been granted or not from you, in order to keep your code clean and safe. PermissionsDispatcher introduces only a few annotations, keeping its general API concise. Annotate a method that explains why the permissions are needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RecyclerViewFastScroller

    RecyclerViewFastScroller

    A fully customizable Fast Scroller for the RecyclerView in Android

    A simple, easy-to-use and configurable fast scroller for RecyclerView. As Kotlin compiles to Java, there's no need to externally add the Kotlin runtime or any other Kotlin dependencies when using this. Also the library is 100% compatible with Java and requires no migration of the base project to Kotlin. The base layout type for this fast scroller is a RelativeLayout so creating a simple vertical fast scroller is as simple as adding elements as children to the RecyclerViewFastScroller layout...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Chameleon CML

    Chameleon CML

    A set of code that runs multiple ends

    Cross-end unified solution. A set of code runs multiple ends, what you see at one end is what you see at multiple ends. Support importing native components at each end. Export CML components to each end. Elegantly upgrade the CML cross-terminal solution. Easy to use, simple and efficient. VS Code, WebStorm, Sublime, Atom plug-ins, syntax highlighting, command completion. Multi-end specification check, syntax error prompt, runtime polymorphism check. Original and powerful cross-multiple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    JTRANSC

    JTRANSC

    Bytecode to source converting Java & Kotlin code into JavaScript, C++

    JTransc (Java Trans Compiler) is an AOT (ahead-of-time compiler) that compiles .class and .jar files into a target programming language / executable bundling all the required dependencies in a single file or folder, without requiring a jitter or an external runtime. There are a lot of technologies in order to convert languages into other ones. For example, converting Java into JavaScript. Or KotlinJS Kotlin backend that already targets JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RxPermissions

    RxPermissions

    Android runtime permissions powered by RxJava2

    This library allows the usage of RxJava with the new Android M permission model. If you need to trigger the permission request from a specific event, you need to setup your event as an observable inside an initialization phase. You can use JakeWharton/RxBinding to turn your view to an observable (not included in the library). Because your app may be restarted during the permission request, the request must be done during an initialization phase. This may be Activity.onCreate, or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BoostMultiDex

    BoostMultiDex

    Load multiple dex files on low Android version devices

    BoostMultiDex is a specialized Android-library created by ByteDance to address a long-standing performance and user-experience problem on older Android devices (specifically Android 4.x and below, i.e. SDK < 21), where loading multiple dex files after installation or upgrade can lead to extremely long “black-screen” freeze times during first startup. Instead of relying on the standard Android MultiDex mechanism, BoostMultiDex reworks the loading strategy by tapping into hidden Dalvik VM internals so that original DEX bytecode can be loaded directly, bypassing costly ODEX generation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The LiquidCore Project

    The LiquidCore Project

    Node.js virtual machine for Android and iOS

    LiquidCore enables Node.js virtual machines to run inside Android and iOS apps. It provides a complete runtime environment, including a virtual file system. LiquidCore also provides a convenient way for Android developers to execute raw JavaScript inside of their apps, as iOS developers can already do natively with JavaScriptCore. One of the newest features in 0.7.0+ is the ability to automatically bundle JavaScript files in the application build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenSTF

    OpenSTF

    Control and manage Android devices from your browser

    STF (or Smartphone Test Farm) is a web application for debugging smartphones, smartwatches and other gadgets remotely, from the comfort of your browser. STF was originally developed at CyberAgent to control a growing collection of more than 160 devices. As of July 2016 development is mainly sponsored by HeadSpin and other individual contributors. Refresh speed can reach 30-40 FPS depending on specs and Android version. See minicap for more information. Copy and paste support (although it can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    KittenTricks

    KittenTricks

    React Native starter kit with over 40 screens and themes

    This perfect starter kit is an app based on React Native and UI Kitten library with Light and Dark themes support. It’s completely free and Open Source. Compose the application from available screens, add backend integration and you will end up with A-grade cross-platform mobile application. The themes can be changed in the runtime, without any need of reloading the application. A React Native framework for creating stunning cross-platform mobile applications. Design system-based, UI Kitten...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NativeScript Geolocation

    NativeScript Geolocation

    Geolocation plugin to use for getting current location

    The nativescript-geolocation plugin allows NativeScript applications to access the device's GPS and obtain the user's current location, facilitating location-based services and features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Atlas

    Atlas

    An Android dynamic component framework

    ...In the operation and maintenance period, Atlas provides rapid incremental update and rapid upgrade capacity. Atlas puts the work into the project period as much as possible, to ensure runtime remains simple and stable, and maintenance processes remain easy. Compared with multidex solution, Atlas not only solved the limitation of the method count(65535), but also clarified the boundary of development, providing powerful capabilities for Android development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    EasyPermissions

    EasyPermissions

    Simplify Android M system permissions

    EasyPermissions is a wrapper library to simplify basic system permissions logic when targeting Android M or higher. If your app is written in Kotlin consider the easypermissions-ktx library which adds Kotlin extensions to the core EasyPermissions library. To begin using EasyPermissions, have your Activity (or Fragment) override the onRequestPermissionsResult method. If all of the permissions in a given request are granted, all methods annotated with the proper request code will be executed(be sure to have an unique request code). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AndroidAutoLayout

    AndroidAutoLayout

    Android screen adaptation plan

    AndroidAutoLayout is a library for Android that helps developers design user interfaces that automatically adapt to different screen sizes and resolutions by scaling layout dimensions proportionally from a baseline configuration. Instead of manually managing multiple layout folders for different densities and screen sizes, AndroidAutoLayout lets you define UI dimensions once and have them scale appropriately at runtime, reducing duplication and design overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Molkky Scorer For Everybody

    Molkky Scorer For Everybody

    Molkky scorer, no ads, no permissions, Android 2.3+

    This is a standard Molkky score sheet. It works with almost any Android device (2.3+). Incorporate some usual home rules (no elimination after 3 fails, for example),
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Magic Lantern

    Magic Lantern

    Build Cross-platform Applications

    Magic Lantern is a framework for developing multimedia applications. It is designed to be a cross-platform solution for multiple targets such as desktops, game consoles, mobile devices and set-top boxes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    tinyfilemanager

    Web based File Manager in PHP, Single File and light weight

    Tiny PHP File Manager It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5.5+ available.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    TakePhoto

    TakePhoto

    A tool library for taking photos and selecting from albums

    TakePhotoIt is an open-source tool library for getting photos (taking pictures or selecting from albums and files), cropping pictures, and compressing pictures on Android devices. The latest version is 4.1.0. For versions below 3.0 and API description, see TakePhoto2.0+ for details. Support automatic permission management (no need to care about SD card and camera permissions, etc.). Support personalized configuration of cropping and compression parameters. Provides own cropping tool (optional). Support intelligent selection and cropping exception handling. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ADenv

    Android Deploy environment

    HTML application wrapper, creates a directory (usually at /storage/emulated/0/) called ADenv, and a file called ADenv.html, replace this HTML with the one you want (name must be ADenv.html), it will generate a 'working copy', allowing you certain modifications at runtime, if data is important, make copies of ADenv.saved.html often, as sometimes files are "corrupted". Also a properties file can be in the directory, to force some settings (orientation and scale), it's optional, but can help you to get a certain effect. ADenv.properties is optional ADenv.apk is the app itself ADenv (5).zip is the source file IMPORTANT NOTE: I have a new Android deploy environment, far better, far newer, but not-well documented, it's called Xenv, it was on github but they removed it after some policy change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gobudgie

    Gobudgie

    Gobudgie is an operating system which is compatible to Android.

    Gobudgie is using the powerfull Budgie desktop combined with the Ubuntu base. The user interface is designed for Android users so we're using a material theme. Gobudgie offers several ways to easily access or install applications. We integrated the Chromium OS Web Store the standard Ubuntu Software Center, an Android App runtime, PlayOnLinux and Wine.
    Downloads: 9 This Week
    Last Update:
    See Project