awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to esafirm/android-image-picker

Projects sharing features with Android Image Picker

30 open-source projects similar to esafirm/android-image-picker, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • tdlib/tdtdlib avatar

    tdlib/td

    8,506View on GitHub↗

    This project is a cross-platform messaging SDK and client development library used to build custom Telegram applications. It functions as a comprehensive framework that manages network encryption, local data storage, and API communication, providing a C-compatible JSON interface that allows integration with any programming language. The library distinguishes itself by providing a full database manager for encrypted local caching and synchronized state, alongside a dedicated bot framework for creating interactive bots with business account integration. It enables the implementation of speciali

    C++cross-platformlibrarytelegram
    View on GitHub↗8,506
  • akshay2211/obliqueA

    akshay2211/Oblique

    0View on GitHub↗
    View on GitHub↗0
  • charbgr/litho-picassoC

    charbgr/litho-picasso

    0View on GitHub↗
    View on GitHub↗0
  • alhazmy13/mediapickeralhazmy13 avatar

    alhazmy13/MediaPicker

    270View on GitHub↗

    Media Picker is an Android Libary that lets you to select multiple images or video

    Java
    View on GitHub↗270
  • andremion/louvreA

    andremion/Louvre

    0View on GitHub↗
    View on GitHub↗0
  • arthurhub/android-image-cropperArthurHub avatar

    ArthurHub/Android-Image-Cropper

    6,418View on GitHub↗

    Android-Image-Cropper is an image cropping library for Android applications designed to trim and resize photos sourced from cameras or galleries. It functions as a bitmap manipulation tool capable of rotating, flipping, and scaling images to achieve specific dimensions. The library features an aspect ratio constrained cropper that limits the cropping window to fixed shapes or ratios to ensure consistent image output. It handles orientation adjustments by reading embedded metadata to automatically rotate or flip images during the cropping process. The toolkit covers a broad range of image pro

    Javaandroidandroid-image-croppercropper
    View on GitHub↗6,418

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bilibili/boxingbilibili avatar

    bilibili/boxing

    3,174View on GitHub↗

    Android multi-media selector based on MVP mode.

    Javaandroidcinderella-mancompression
    View on GitHub↗3,174
  • bilibili/ijkplayerbilibili avatar

    bilibili/ijkplayer

    33,165View on GitHub↗

    Ijkplayer is a cross-platform media playback engine designed to provide consistent audio and video rendering across mobile devices. Built upon established open-source multimedia frameworks, it functions as a unified engine that leverages hardware-accelerated decoding to process diverse media formats. The project distinguishes itself by providing a comprehensive toolchain for compiling and configuring low-level media source code into native binary libraries. This allows developers to integrate high-performance playback directly into mobile applications, utilizing a pluggable output architectur

    Candroidffmpegijkplayer
    View on GitHub↗33,165
  • bingoogolapple/bgaphotopicker-androidbingoogolapple avatar

    bingoogolapple/BGAPhotoPicker-Android

    2,244View on GitHub↗

    Android 图片选择、预览、九宫格图片控件、拖拽排序九宫格图片控件

    Javaandroidxphoto-pickerphotopreview
    View on GitHub↗2,244
  • bm-x/photoviewbm-x avatar

    bm-x/PhotoView

    2,628View on GitHub↗

    图片浏览缩放控件

    Java
    View on GitHub↗2,628
  • boycy815/pinchimageviewboycy815 avatar

    boycy815/PinchImageView

    1,963View on GitHub↗

    体验极佳的Android图片手势控件。An Android image gesture control with excellent user experience.

    Javaandroidimageviewpinch-to-zoom
    View on GitHub↗1,963
  • bumptech/glidebumptech avatar

    bumptech/glide

    35,021View on GitHub↗

    Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T

    Java
    View on GitHub↗35,021
  • carbs0126/avatarimageviewC

    Carbs0126/AvatarImageView

    0View on GitHub↗
    View on GitHub↗0
  • carguo/frescoutilsC

    CarGuo/FrescoUtils

    0View on GitHub↗
    View on GitHub↗0
  • alexzhuo/alxpicassoprogressA

    AlexZhuo/AlxPicassoProgress

    0View on GitHub↗
    View on GitHub↗0
  • chengdazhi/styleimageviewchengdazhi avatar

    chengdazhi/StyleImageView

    1,440View on GitHub↗

    Add styles and filters to ImageViews, Views' backgroud, Drawables and Bitmaps, with animation and bitmap output.

    Java
    View on GitHub↗1,440
  • chengzichen/krgalleryC

    chengzichen/KrGallery

    0View on GitHub↗
    View on GitHub↗0
  • chrisbanes/photoviewchrisbanes avatar

    chrisbanes/PhotoView

    18,824View on GitHub↗

    PhotoView is a custom Android view implementation designed to display high-resolution images with native support for zoom and pan gestures. It provides a zoomable image view and a matrix controller to manage how images are scaled and translated within a mobile user interface. The library handles the detection of pinch-to-zoom and tap gestures to enable interactive image navigation. It manages the transformation matrix of the image to ensure smooth magnification and provides viewport constraints to align photo edges with screen boundaries. The project covers the broader requirements of mobile

    Java
    View on GitHub↗18,824
  • coomar2841/image-chooser-libraryC

    coomar2841/image-chooser-library

    0View on GitHub↗
    View on GitHub↗0
  • crazycodeboy/takephotocrazycodeboy avatar

    crazycodeboy/TakePhoto

    7,230View on GitHub↗

    TakePhoto is an Android media capture framework and image processing library designed to manage photo acquisition and manipulation. It provides a toolkit for capturing new images via the device camera and selecting existing images from the system gallery or local file storage. The framework distinguishes itself through automatic activity and session state restoration, which recovers the capture process after the system recycles an activity. It also includes a unified handler for managing runtime media permissions for camera and storage access across different Android versions. The library co

    Javaandroidandroid-croppercamera
    View on GitHub↗7,230
  • davemorrissey/subsampling-scale-image-viewdavemorrissey avatar

    davemorrissey/subsampling-scale-image-view

    8,003View on GitHub↗

    This is a custom Android view designed for rendering high-resolution images using subsampling and tiling to prevent memory overflows. It serves as an interactive image component that supports pinch-to-zoom, panning, and double-tap animations. The project is distinguished by its rendering engine, which loads low-resolution previews and high-resolution tiles to enable the efficient navigation of massive image files. It includes a coordinate mapper that converts screen touch points into raw image pixel coordinates and vice versa during scaling and panning. The view provides a broad set of capab

    Javaandroidandroid-libandroid-library
    View on GitHub↗8,003
  • developer-shivam/crescentodeveloper-shivam avatar

    developer-shivam/Crescento

    1,264View on GitHub↗

    Add curve at bottom of image views and relative layouts.

    Javaappcompat-supportcurvecustomview
    View on GitHub↗1,264
  • developer-shivam/diagonalifyD

    developer-shivam/Diagonalify

    0View on GitHub↗
    View on GitHub↗0
  • dingmouren/paletteimageviewDingMouRen avatar

    DingMouRen/PaletteImageView

    1,762View on GitHub↗

    懂得智能配色的ImageView,还能给自己设置多彩的阴影哦。(Understand the intelligent color matching ImageView, but also to set their own colorful shadow Oh!)

    Java
    View on GitHub↗1,762
  • donglua/photopickerdonglua avatar

    donglua/PhotoPicker

    2,809View on GitHub↗

    DEPRECATED Image Picker like Wechat

    Javaimagepickerphotopicker
    View on GitHub↗2,809
  • dreamlivemeng/hotimgD

    dreamlivemeng/HotImg

    0View on GitHub↗
    View on GitHub↗0
  • duanhong169/cameraduanhong169 avatar

    duanhong169/Camera

    140View on GitHub↗

    📸 Use Android camera to take pictures and videos, based on camera2 api.

    Java
    View on GitHub↗140
  • ekimual/croperinoE

    ekimual/croperino

    0View on GitHub↗
    View on GitHub↗0
  • evilbt/hdimageviewE

    EvilBT/HDImageView

    0View on GitHub↗
    View on GitHub↗0
  • a-w-c-j/gridimageviewA

    A-W-C-J/GridImageView

    0View on GitHub↗
    View on GitHub↗0