Check out these awesome best android custom view libraries to boost your android development, these are the best android custom view libraries 2020 this Android offers a sophisticated and powerful componentized model for building your UI, But If none of the prebuilt widgets or layouts meet your needs, you can create your own View subclass. If you only need to make small adjustments to an existing widget or layout, you can simply subclass the widget or layout and override its methods.
If you still needed more simple and useful widgets, then you’re in the right place.
The Best Android Custom View Libraries – 2020
10.Timeline-View
Android Timeline View Library (Using RecyclerView) is the simple implementation used to display views like Tracking of shipment/order, steppers, etc.
Homepage – https://github.com/vipulasri/Timeline-View
Author – Vipul Asri
9. TextDrawable
This light-weight library provides images with letters/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator. This light-weight library provides images with letters/text like the Gmail app. It extends the Drawable
class thus can be used with existing/custom/network ImageView
classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator
.
Homepage – https://github.com/amulyakhare/TextDrawable
Author – Amulya Khare
8. CountdownView
Android Countdown View uses canvas to draw view on surface. this library supports multiple styles, colors, font face and much more customization with this custom view library.
Homepage – https://github.com/iwgang/CountdownView
Author – iWgang
7. Loader View for Android
Android Custom View Library that enables TextView of ImageView to show loading animation while waiting for the text and image get loaded.Provide both TextView and ImageView the ability to show shimmer (animation loader) before any text or image is shown. Useful when waiting for data to be loaded from the network.
Homepage – https://github.com/elye/loaderviewlibrary
Author – Elye
6. MathView
Homepage – https://github.com/jianzhongli/MathView
Author – jianzhongli
5. ChatMessageView
- This Android Custom View Library aims to provide a chat UI view for Android.
You need to write just a few codes to create a chat view.
Auto date setting.
Easy to use for bot app.
Homepage – https://github.com/bassaer/ChatMessageView
Author – Tsubasa Nakayama
4. LineGraph – Android Custom View Library
A line chart is one of the most commonly used charts on all platforms across many industries. This Android Custom View Library – Android Line Graph can be used to render XyDataSeries, XyyDataSeries (renders Y values), XyzDataSeries, HlcDataSeries and OhlcDataSeries(renders Close values) in your android application.
Homepage – https://github.com/FarshidRoohi/LineGraph
Author – Farshid Roohi
3. Flowing Gradient Library
Author – Chetan Kaushik
2. Particles Drawable – Android Custom View Library
This Custom Android View Library Draws random flying particles in space forming constellations.
Contains:
ParticlesDrawable
, which is anAnimatable
Drawable
.ParticlesView
, which is aView
.
Both have the same public methods for customization and may be inflated using the same customization XML attributes.
Homepage – https://github.com/Doctoror/ParticlesDrawable
Author – Yaroslav Mytkalyk
1. ScratchCardView – Android Custom View Library
ScratchView repo is UX Design involving scratch cards like views that are scratched to reveal the information they conceal. There are two types of ScratchView
A Child of RelativeLayout which conceals a relative layout. Scratching over the view will reveal the hidden RelativeLayout. Also, the scratch-able view is RelativeLayout.
A Child of ImageView which conceals the image. Scratching over the view will reveal the hidden image.
A Child of TextView which conceals the text. Scratching over the view will reveal the hidden text.
Homepage – https://github.com/goibibo/ScratchCardView
Author – goibibo
So that was the list of Best Android Custom View Libraries for 2020 also please look at Top 10 Android Libraries 2020.
2 thoughts on “Best Android Custom View Library(es) – 2020”