Capotasto / Capo-Filer-Android

A simple, easy and ligtht file management app for Android

Home Page:https://play.google.com/store/apps/details?id=com.funckyhacker.capofiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capo Filer

A simple, easy and ligth file management app for Android

Screen Shot

Top Drawer Icons
TOP TOP TOP

Tech Note

  • Kolin
  • MVVM
  • Data Binding
  • Binding Adapter
  • Mime Type
  • Searching files
  • Rx for background task

Third party library

  • RxJava
  • RxAndroid
  • RxLifecycle
  • Dagger2
  • Timber
  • Stetho
  • Material Dialog
  • Commons IO
  • Event Bus
  • Glide
  • Permission Dispatcher

You must need

Before building app, create a signingConfigs/release.gradle into project root. Then add below code and set your keystore information.

signingConfigs {
  release {
    storeFile file('<./your-release-key.jks>')
    storePassword 'your-store-pass'
    keyAlias 'your-alias-name'
    keyPassword 'your-store-pass'
  }
}

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple, easy and ligtht file management app for Android

https://play.google.com/store/apps/details?id=com.funckyhacker.capofiler

License:MIT License


Languages

Language:Kotlin 95.9%Language:Java 4.1%