Giter VIP home page Giter VIP logo

handle-path-oz's Introduction

๐Ÿ“š 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.

handle-path-oz's People

Contributors

onimur avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.