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
pungrue26 avatar

pungrue26/SelectableRoundedImageView

0
View on GitHub↗
1,048 stars·227 forks·Java·10 views

SelectableRoundedImageView

Android ImageView that supports different radii on each corner.

Features

  • Image Components - Image view with configurable corner radii and border support.
  • Image Handling - Rounded image view with selection support.

Star history

Star history chart for pungrue26/selectableroundedimageviewStar history chart for pungrue26/selectableroundedimageview

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does pungrue26/selectableroundedimageview do?

Android ImageView that supports different radii on each corner.

What are the main features of pungrue26/selectableroundedimageview?

The main features of pungrue26/selectableroundedimageview are: Image Components, Image Handling.

What are some open-source alternatives to pungrue26/selectableroundedimageview?

Open-source alternatives to pungrue26/selectableroundedimageview include: hdodenhof/circleimageview — CircleImageView is a custom Android UI component that renders rectangular images as perfect circles with smooth… vinc3m1/roundedimageview — RoundedImageView is an Android library providing custom view implementations for rendering images with rounded… felipecsl/gifimageview — Android ImageView that handles animated GIF images. frapontillo/imageviewex — [DEPRECATED] - Extension of Android's ImageView that supports animated GIFs and includes a better density management. flavioarfaria/kenburnsview — Android ImageViews animated by Ken Burns Effect. edmodo/cropper.

Open-source alternatives to SelectableRoundedImageView

Similar open-source projects, ranked by how many features they share with SelectableRoundedImageView.
  • vinc3m1/roundedimageviewvinc3m1 avatar

    vinc3m1/RoundedImageView

    6,404View on GitHub↗

    RoundedImageView is an Android library providing custom view implementations for rendering images with rounded corners, circles, and ovals. It uses hardware acceleration to ensure high performance and smooth edge quality when clipping images into these shapes. The library includes a customizable image border view that draws consistent strokes around images, scaling automatically as the view size changes. It also provides a tiled image background view that repeats image patterns across a surface using various tiling modes.

    Java
    View on GitHub↗6,404
  • hdodenhof/circleimageviewhdodenhof avatar

    hdodenhof/CircleImageView

    14,500View on GitHub↗

    CircleImageView is a custom Android UI component that renders rectangular images as perfect circles with smooth antialiased edges. It functions as an extension of the native Android image view, overriding the drawing pipeline to provide specialized circular masking. The component specifically supports the creation of user profile avatars by providing customizable borders, internal padding, and background fill colors. These visual styles can be defined through custom XML attributes during the view initialization process.

    Java
    View on GitHub↗14,500
  • felipecsl/gifimageviewfelipecsl avatar

    felipecsl/GifImageView

    1,169View on GitHub↗

    Android ImageView that handles animated GIF images

    Kotlin
    View on GitHub↗1,169
  • flavioarfaria/kenburnsviewflavioarfaria avatar

    flavioarfaria/KenBurnsView

    2,724View on GitHub↗

    Android ImageViews animated by Ken Burns Effect

    Java
    View on GitHub↗2,724
  • See all 14 alternatives to SelectableRoundedImageView→