All Projects → onimur → Handle Path Oz

onimur / Handle Path Oz

Licence: apache-2.0
Android Library to handle multiple Uri's(paths) received through Intents.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
flow
126 projects

Projects that are alternatives of or similar to Handle Path Oz

Paco
Small utility library for coroutine-driven asynchronous generic programming in Python 3.4+
Stars: ✭ 198 (+450%)
Mutual labels:  asynchronous, coroutines, library
Parallel Ssh
Asynchronous parallel SSH client library.
Stars: ✭ 864 (+2300%)
Mutual labels:  async, asynchronous, library
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+1816.67%)
Mutual labels:  async, asynchronous, coroutines
Mioco
[no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines).
Stars: ✭ 125 (+247.22%)
Mutual labels:  async, asynchronous, coroutines
Recoil
Asynchronous coroutines for PHP 7.
Stars: ✭ 765 (+2025%)
Mutual labels:  async, asynchronous, coroutines
Creed
Sophisticated and functionally-minded async with advanced features: coroutines, promises, ES2015 iterables, fantasy-land
Stars: ✭ 265 (+636.11%)
Mutual labels:  async, asynchronous, coroutines
G3log
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
Stars: ✭ 677 (+1780.56%)
Mutual labels:  async, asynchronous
Kotlin Coroutines Retrofit
Kotlin Coroutines await() extension for Retrofit Call
Stars: ✭ 812 (+2155.56%)
Mutual labels:  async, coroutines
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (-50%)
Mutual labels:  async, asynchronous
Vue Loadable
⏳ Improve your loading state control with pretty simple methods and helpers.
Stars: ✭ 23 (-36.11%)
Mutual labels:  async, asynchronous
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-80.56%)
Mutual labels:  async, asynchronous
Runtimepermission
Simpliest way to ask runtime permissions on Android, no need to extend class or override permissionResult method, choose your way : Kotlin / Coroutines / RxJava / Java7 / Java8
Stars: ✭ 860 (+2288.89%)
Mutual labels:  async, coroutines
Reservoir
Android library to easily serialize and cache your objects to disk using key/value pairs.
Stars: ✭ 674 (+1772.22%)
Mutual labels:  async, asynchronous
Tornado Celery
Non-blocking Celery client for Tornado
Stars: ✭ 561 (+1458.33%)
Mutual labels:  async, asynchronous
May
rust stackful coroutine library
Stars: ✭ 909 (+2425%)
Mutual labels:  async, coroutines
Porter
💄 Scalable and durable all-purpose data import library for publishing APIs and SDKs.
Stars: ✭ 547 (+1419.44%)
Mutual labels:  asynchronous, library
Request.swift
A tiny HTTP client written in swift. URLSession alternative
Stars: ✭ 14 (-61.11%)
Mutual labels:  async, asynchronous
Iguazu Rest
✨ Iguazu REST is a plugin for the Iguazu ecosystem that allows for pre-built async calls for REST with smart caching.
Stars: ✭ 21 (-41.67%)
Mutual labels:  async, asynchronous
Restless
Express.js api, type safe validations and more
Stars: ✭ 32 (-11.11%)
Mutual labels:  async, library
Fasy
FP iterators that are both eager and asynchronous
Stars: ✭ 488 (+1255.56%)
Mutual labels:  async, library

📚 Handle Path Oz

Android library written in Kotlin, but can be used in Java too. Built to handle a single or multiple Uri (paths) received through Intents.

When you retrieve a Uri through an intent, its path is defined in relation to the File Chooser used, which does not represent the actual path of the file, making it impossible to work with it. This library aims to retrieve the real path of any file in a simple way, and then it is possible to use it for its proper purpose.

Compatible with API version from 16.

💞 Support us

We are developing this structure in the open source community without financial planning. If you like this project and would like to help us, make a donation:

Check my Patreon Donate with Paypal Buy me a coffee

📝 Content

📱 Sample application

Sample App

🌱 Download release

You can download the sample application with the latest release here.

🌱 Install by GooglePlay

Check the Sample App on GooglePlay

Check HandlePathOz on Google Play

🛠️ Config

First check the latest version.

Gradle

In build.gradle(Module:app) within dependencies, implement:

    implementation 'com.github.onimur:handle-path-oz:1.0.7'

Maven


    <dependency>
      <groupId>com.github.onimur</groupId>
      <artifactId>handle-path-oz</artifactId>
      <version>1.0.7</version>
      <type>pom</type>
    </dependency>

Ivy


    <dependency org='com.github.onimur' name='handle-path-oz' rev='1.0.7'>
      <artifact name='handle-path-oz' ext='pom' ></artifact>
    </dependency>

💡 Getting start

Working with Multiple uri

The next steps are for working with multiple uri as well as for a single uri.

🎲 Kotlin

You can check in the wikipage, click here.

🎲 Java

You can check in the wikipage, click here.

Working with Single uri

The next steps only serve to work with a single uri.

🎲 Kotlin

You can check in the wikipage, click here.

🎲 Java

You can check in the wikipage, click here.

🚀 Projects using this library

Here's a wikipage list of projects.

If you've used this library, please let me know! Nothing makes me happier than seeing someone else take my work and go wild with it.

🔍 Main features

📐 Built with

🧩 Contributing

This project is open-source, so feel free to fork, or to share your ideas and changes to improve the project, check with more details below.

📃 License

Copyright (c) 2020, HandlePathOz.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].