BubblingImageView
Smuggled from Wakanda under a stealthy background thread, this ImageView is forged from pure vibranium. It renders in silence. It throws no exceptions. It fears no GC.
Install / Use
/learn @zealbell/BubblingImageViewREADME
<img src="https://github.com/54LiNKeR/54LiNKeR.github.io/blob/master/shots/LiNKeR.png" width="35%">
BubblingImageView
This ImageView was crafted from 100% vibranium—smuggled out of Wakanda during a background thread. No exceptions thrown, no panics raised.
Yes, it’s vibranium-backed. Tap it. You’ll feel the frames per second.
⚠️ The license section may contain material that induces psychological discomfort or second thoughts. By continuing, you acknowledge that you have been sufficiently cautioned and waive the right to claim surprise.
Appearance
| | |
|:---:| :---:
| |
|
Quick Start
Gradle
dependencies {
implementation 'com.github.54LiNKeR:BubblingImageView:3.0.0'
}
XML
<linkersoft.blackpanther.bubbles.BubblingImageView
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_gravity="center"
android:id="@+id/bubbler"
android:src="@drawable/blackpanther"
android:scaleType="centerCrop"
app:Diameter="180dp"
app:SRC_IN="true"
app:Ox="0"
app:Oy="0"
app:Centralise="true"
app:BubbleScale="true"
/>
JAVA
call setOnclickListener(bubbleClickListener bubbleListener) in order to listen for clicks

