Giter VIP home page Giter VIP logo

easyfilemanager's Introduction

easyFileManager

Android FileManager that can easily be integerated with your application's activity as a fragment;

Features

Add filters to include only certain file and folder extentions

Add filters to exclude certain file and folder extentions

Basic file managment operations like copy, cut, delete, new folder

Add new operations to options bar or override the existing file managment operations

Add custom icons for certain file extentions

Download

aar library file: https://github.com/kamyar11/easyFileManager/raw/v1.0/easyFileManager_Library.aar

Setup

  1. Download the easyFileManager.aar file

  2. Put the easyFileManager.aar file inside the lib directory of your project

  3. Configure you module's "build.gradle" to include the library file and its dependencies like below:


allprojects {
    repositories {
        jcenter()
        flatDir {
            dirs 'libs'
        }
    }
}
dependencies {
//feel free to update these to the latest versions
    implementation (name:'easyFileManager_Library',ext:'aar')
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.recyclerview:recyclerview:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}

  1. Give you app or module write access permission to external storage; If the permission doesn't exist exception will occur when easyFileManager is being instantiated;

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.