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' }
    }
}