FabButton alternatives and similar packages
Based on the "Button Widget" category.
Alternatively, view FabButton alternatives based on common mentions on social networks and blogs.
-
HoldingButton
Button which is visible while user holds it. Main use case is controlling audio recording state (like in Telegram, Viber, VK). -
SubmitDemo
comtomize view submit button which you use for submit operation or download operation and so on. -
hkm-progress-button
Base on android-process-button this is the advanced version of the android-process-button. -
Composable Button Toggle Group
ComposableButtonToggleGroup is the implementation of MaterialButtonToggleGroup for Jetpack Compose -
Hugo Example
DISCONTINUED. Bersikaplah terbuka terhadap setiap peluang secara fotografis. Memotret apa pun yang menarik mata Anda
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FabButton or a related project?
README
FabProgress
Android Circular floating action button with intergrated progress indicator ring As per material design docs
Demo:
[Demo apk](demo.apk)
[FabButton](example.gif) [365 Body Workout](365.gif)
HOW TO ADD TO YOUR PROJECT
Gradle:
dependencies {
compile 'mbanje.kurt:fabbutton:1.2.4@aar'
}
Usage
- Use FabButton: (check the demo app included)
xml <view android:layout_width="@dimen/button_size" android:layout_height="@dimen/button_size" class="mbanje.kurt.fabbutton.FabButton" android:id="@+id/determinate" android:layout_gravity="center" android:color="#ff6e9cff" android:src="@drawable/ic_fab_play" android:visibility="visible" android:layout_centerInParent="true" android:indeterminate="false" android:max="100" app:fbb_autoStart="true" app:fbb_progressColor="#ff170aff" app:fbb_progressWidthRatio="0.1" app:fbb_endBitmap="@drawable/ic_fab_complete" app:fbb_showEndBitmap="true" />
## Apps using library
License
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*Note that all licence references and agreements mentioned in the FabButton README section above
are relevant to that project's source code only.