Skip to content

An android bottom dialog picker for all version of android like telegram | Written in kotlin

License

Notifications You must be signed in to change notification settings

mahdiasd/BottomDialogFilePicker

Repository files navigation

📢 Deprecated Library Notice

⚠️ This library is deprecated. Please refer to ComposeFilePicker for the latest updates.


📁 Bottom Dialog Android Picker

JitPack

A bottom dialog picker inspired by Telegram, compatible with all Android versions (1, 10, 11, 12, 13).

🚀 Features

  • 📸 Take Pictures: Capture photos with the camera and save them to storage.
  • 🔍 File Search: Easily search through your files.
  • 📱 Wide Compatibility: Supports Android 10+.
  • 📜 Expandable & Scrollable: Smooth and intuitive dialog navigation.
  • 🎨 Fully Customizable: Customize colors, text, minimum and maximum file sizes, and more.
  • 🔒 No Runtime Permissions Needed: Simplified user experience without requiring additional permissions.

📸 Screenshots

Demo 1 Demo 2 Demo 3 Demo 4 Demo 5

🛠 Installation

Step 1. Add the JitPack Repository

Add the JitPack repository to your root build.gradle file:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}