Code Monkey home page Code Monkey logo

aceexplorer's Introduction

Ace Explorer

Ace Explorer brings you a simple and easy way to browse your files, media library like Images, Videos, Music, PDF and many more right there at your home screen.

• Multi operations - Perform all the operations you need - Cut, Copy, Rename, Info and many more

• Themes - Tweak the app to choose your style - Light or Dark Theme.

• Drag and Drop - Move or copy files from one folder to another

• App shortcuts - Enjoy new features of App shortcuts and split window in Android 7.1

• Battery friendly - No battery draining services running in background

• More user control - Choice of toggling home screen in Settings

• Voice search - Use Voice search to search your files

• Root mode - For advanced users

• Peek and pop images and videos

Playstore

https://play.google.com/store/apps/details?id=com.siju.acexplorer

Sonar Setup

  1. Download and install Docker Desktop from https://www.docker.com/products/docker-desktop
  2. Run using Terminal to run sonarqube server. Installs Sonarqube also if not existing already
    docker run -d --name sonarqube -p 9000:9000 sonarqube
    
  3. Once sonarqube is started, enter http://localhost:9000 into your browser and login into sonarqube using “admin” as your username and password.
  4. Create a project on Sonarqube and generate the project login
  5. From Terminal run, ./gradlew sonarqube -Dsonar.host.url=http://localhost:9000/ -Dsonar.login=$PROJECTLOGIN
  6. After it finishes, report can be checked in Sonarqube projects

aceexplorer's People

Contributors

nerd-sj avatar siju-s 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.