domain: android-tools
2201 products, primary matches first, then adoption-weighted; health v2 shown.
| Product | Health v2 | Stars | Maturity |
|---|---|---|---|
| kofigyan/StateProgressBar An Android UI library that renders a ProgressBar with discrete numbered states and animated transitions between them, customizable via XML … | 32 | 1613 | maintenance |
| dstmath/frida-unpack A Frida-based unpacking tool for Android apps that hooks libart.so's OpenMemory (or OpenCommon on Android 10) to dump decrypted DEX files f… | 44 | 1612 | maintenance |
| majidgolshadi/Android-Download-Manager-Pro An Android/Java download manager library that downloads files in parallel using multiple chunks and reports task status via a listener inte… | 32 | 1611 | maintenance |
| ApplikeySolutions/CosmoCalendar CosmoCalendar is a fully customizable calendar view library for Android written in Java, supporting single, multiple, and range date select… | 32 | 1610 | maintenance |
| hehonghui/AndroidEventBus A lightweight event bus library for Android that decouples communication between Activities, Fragments, Threads, and Services using an obse… | 75 | 1608 | maintenance |
| MostafaGazar/CustomShapeImageView An Android library providing custom-shaped ImageViews (circle, rectangle, SVG-based shapes) via XML attributes. It lets developers mask ima… | 23 | 1608 | maintenance |
| chthai64/SwipeRevealLayout SwipeRevealLayout is an Android layout library that lets users swipe or slide a view to reveal a secondary layout underneath or beside it. … | 23 | 1607 | maintenance |
| andyxialm/SmoothCheckBox SmoothCheckBox is a custom Android CheckBox view with smooth animated check/uncheck transitions, written in Java. It exposes XML attributes… | 32 | 1604 | maintenance |
| Jungerr/GridPasswordView An Android UI library providing a grid-style password input view that mimics the payment password entry screens in WeChat and Alipay apps. … | 32 | 1601 | maintenance |
| kanytu/android-parallax-recyclerview An Android library providing a RecyclerView adapter that adds a parallax scrolling effect to headers. It lets developers attach a parallax … | 23 | 1601 | maintenance |
| den4uk/andriller Andriller CE is a Python-based forensic toolkit for Android smartphones that performs read-only, non-destructive data acquisition from devi… | 23 | 1599 | maintenance |
| smuyyh/ImageSelector ImageSelector is an Android image picker library written in Java that supports multi-select, single-select, image preview, cropping, and ca… | 23 | 1598 | maintenance |
| omadahealth/LolliPin LolliPin is a Material design styled Android library that adds PIN code lock protection to apps, storing only a SHA-1 hash of the PIN. It a… | 10 | 1590 | maintenance |
| harjot-oberai/VectorMaster An Android library that provides dynamic runtime control over vector drawables via Java instances. It parses vector XML and exposes every p… | 32 | 1586 | maintenance |
| wching/Android-Indefinite-Pager-Indicator A lightweight, plug-and-play indefinite pager indicator view for Android that works with RecyclerViews, ViewPagers, and ViewPager2. It is w… | 23 | 1583 | maintenance |
| liangfeidotme/AndroidRubberIndicator An Android UI library providing a rubber-band style page indicator for ViewPagers, designed after a Dribbble concept. It offers APIs to set… | 10 | 1583 | maintenance |
| Dhaval2404/ImagePicker A Kotlin library for Android that lets users pick an image from the gallery or capture one with the camera, with built-in cropping and comp… | 23 | 1577 | maintenance |
| klinker24/Android-TextView-LinkBuilder An Android library that makes it easy to create clickable links within TextViews using specific strings or regex patterns. It supports cust… | 23 | 1577 | maintenance |
| Zackratos/UltimateBarX UltimateBarX is a Kotlin library for Android that makes it easy to customize the status bar and navigation bar with effects like transparen… | 32 | 1575 | maintenance |
| linglongxin24/DylanStepCount An open-source Android pedometer app that accurately counts steps using the hardware step counter and step detector sensors, with an algori… | 32 | 1575 | maintenance |
| mdgspace/RotatingText RotatingText is an Android library that periodically cycles through a list of words in a TextView with animated transitions. It supports cu… | 32 | 1573 | maintenance |
| javiersantos/PiracyChecker An Android library that helps prevent app piracy by verifying Google Play Licensing (LVL), APK signatures, and other tampering checks. It t… | 61 | 1569 | maintenance |
| chenenyu/Router A flexible component-based routing framework for Android that decouples cross-module navigation using annotations. It supports URI-based ro… | 23 | 1568 | maintenance |
| wildma/ScreenAdaptation An Android screen adaptation solution based on the smallestWidth qualifier scheme, generating dimens.xml files for various device widths so… | 32 | 1562 | maintenance |
| Piasy/RxAndroidAudio A robust Android audio encapsulation library wrapping MediaRecorder and MediaPlayer for recording and playing audio, with partial RxJava su… | 32 | 1560 | maintenance |
| koush/Superuser An open-source Superuser management app and su binary for rooted Android devices, written in C and Java. It grants and manages root permiss… | 32 | 1560 | maintenance |
| woxingxiao/SlidingUpPanelLayout An Android UI library providing a vertical SlidingUpPanelLayout that supports multiple sliding panels with flexible interaction effects. It… | 23 | 1555 | maintenance |
| gowong/material-sheet-fab An Android library that implements the floating action button to sheet transition from Google's Material Design specification. It works wit… | 32 | 1554 | maintenance |
| xmtggh/VideoCalling An Android demo app for peer-to-peer audio and video calling over a local network, connecting directly via IP address and port. It demonstr… | 32 | 1553 | maintenance |
| mrcsxsiq/Kotlin-Pokedex A Pokedex Android application built in Kotlin demonstrating modern Android architecture components including ViewModel, LiveData, Room, Nav… | 23 | 1552 | maintenance |
| TimberX TimberX is an open-source Material Design music player for Android that plays local music files with playlists, multiple now-playing themes… | 23 | 1540 | maintenance |
| rubensousa/FloatingToolbar An Android UI library that provides a toolbar which morphs from a FloatingActionButton with a material design transition animation. It supp… | 23 | 1538 | maintenance |
| zyyoona7/EasyPopup EasyPopup is an Android library that wraps Android's PopupWindow with a fluent, chainable API. It simplifies showing popups relative to an … | 23 | 1537 | maintenance |
| wangjiegulu/WheelView An Android custom view library that implements a wheel-style scrolling picker for selecting items from a list. It can be embedded in layout… | 32 | 1536 | maintenance |
| badoo/android-weak-handler A drop-in replacement for android.os.Handler that holds weak references to posted Runnables and Messages, preventing memory leaks. It is a … | 66 | 1533 | maintenance |
| Spikeysanju/MotionToast MotionToast is a Kotlin library for Android that displays animated, styled toast notifications. It supports success, error, warning, info, … | 23 | 1532 | maintenance |
| yuweiguocn/GreenDaoUpgradeHelper A small Android library that simplifies greenDAO database schema upgrades to a single migrate() call, preserving data by recreating tables.… | 23 | 1529 | maintenance |
| uber/okbuck OkBuck is a Gradle plugin that generates BUCK files so developers can use Facebook's Buck build system on existing Gradle projects, primari… | 60 | 1527 | maintenance |
| dongjunkun/CouponView An Android custom View library that draws coupon-style backgrounds with semicircle notches and dashed borders, fully customizable via XML a… | 23 | 1525 | maintenance |
| hbb20/CountryCodePickerProject An Android library that provides a searchable country and international phone code picker widget, with support for EditText phone masks and… | 23 | 1523 | maintenance |
| weidongjian/androidWheelView An Android library providing an iOS-style wheel picker (scrolling cylinder) custom View, reverse-engineered from the QingChiFan APK. It sup… | 23 | 1520 | maintenance |
| SundeepK/CompactCalendarView An Android library providing a compact, scrollable calendar view similar to the one in Google Calendar, with event indicators and month-scr… | 32 | 1518 | maintenance |
| code-mc/loadtoast An Android library that provides material design toasts with a built-in loading spinner that morphs into a success checkmark or failure cro… | 23 | 1518 | maintenance |
| helloklf/vtools A rooted-Android toolbox app written in Kotlin that bundles advanced reboot options, automatic app-install clicking, CPU frequency tuning, … | 23 | 1518 | maintenance |
| WooyunDota/DroidSSLUnpinning A collection of Frida hook scripts (ObjectionUnpinningPlus) that bypass Android certificate pinning so HTTPS traffic can be intercepted wit… | 32 | 1509 | maintenance |
| luckybilly/PreLoader PreLoader is an Android Java library that pre-loads data before an Activity, Fragment, or View opens, then delivers it to UI listeners once… | 32 | 1508 | maintenance |
| ViRb3/TrustMeAlready An Xposed module for rooted Android devices that disables SSL certificate verification and pinning system-wide. It hooks Java trust-check m… | 10 | 1508 | maintenance |
| mikaelzero/mojito An Android library that provides WeChat/Bilibili-style image and video viewer transitions, including drag-to-dismiss, large image, long ima… | 10 | 1502 | maintenance |
| ncapdevi/FragNav FragNav is an Android library for managing multiple stacks of fragments, typically for bottom navigation or navigation drawer patterns. It … | 23 | 1496 | maintenance |
| skydoves/DisneyMotions A demo Disney-themed Android application showcasing Material Design transformation motion systems built with MVVM architecture in Kotlin. I… | 23 | 1494 | maintenance |
| whataa/pandora Pandora is an Android library that provides an in-app toolbox for debugging networks, databases, sandbox files, and UIs directly within the… | 23 | 1494 | maintenance |
| happylishang/AntiFakerAndroidChecker An Android library that detects whether the app is running on an emulator and retrieves relatively authentic device identifiers (IMEI, Andr… | 23 | 1491 | maintenance |
| lulululbj/wanandroid A Kotlin Android client for the Wanandroid open API demonstrating Jetpack MVVM architecture with LiveData, ViewModel, DataBinding, coroutin… | 32 | 1484 | maintenance |
| litesuits/android-lite-orm LiteOrm is a lightweight, high-performance ORM library for Android that maps Java objects to SQLite databases. It enables one-line CRUD ope… | 32 | 1478 | maintenance |
| Droppers/AnimatedBottomBar AnimatedBottomBar is a customizable Android bottom navigation bar library with sleek tab selection animations. It integrates with ViewPager… | 23 | 1475 | maintenance |
| Yalantis/JellyToolbar An Android UI library providing a custom toolbar with a jelly-like search bar animation, written in Kotlin. It wraps the standard Android T… | 23 | 1475 | maintenance |
| txusballesteros/bubbles-for-android An Android library written in Java that adds Facebook Messenger-style chat head (floating bubble) capabilities to Android apps. It provides… | 32 | 1474 | maintenance |
| badoualy/stepper-indicator An Android UI library providing a customizable stepper indicator view for onboarding flows or ViewPager page progress. It supports step cou… | 10 | 1473 | maintenance |
| facebook/TextLayoutBuilder An Android library by Facebook that simplifies building android.text.Layout objects using a builder pattern. It adds layout caching for com… | 66 | 1472 | maintenance |
| shouzhong/Scanner An Android scanning library that recognizes QR codes, barcodes, ID cards, bank cards, license plates, text, driving licenses, and NSFW imag… | 23 | 1472 | maintenance |
| instacart/truetime-android TrueTime is an (S)NTP client library for Android that provides the true current time, immune to manual device clock changes. It is written … | 23 | 1471 | maintenance |
| iTXTech/Daedalus Daedalus is an Android app that modifies DNS resolution without root access by creating a local VPN tunnel to intercept DNS requests. It su… | 23 | 1468 | maintenance |
| florent37/MaterialTextField An Android UI library that wraps EditText views in a MaterialTextField container to create an animated, floating-label text input with Mate… | 10 | 1466 | maintenance |
| kikoso/Swipeable-Cards Swipeable-Cards is a native Android library that provides a Tinder-like card stack UI with swipe animations. Cards can be built from images… | 23 | 1462 | maintenance |
| Moriafly/DsoMusic Dso Music is a beautiful Android music streaming app written in Kotlin that aggregates online music sources including NetEase Cloud Music, … | 10 | 1459 | maintenance |
| EspoirX/StarrySky StarrySky is an Android music playback library that wraps ExoPlayer to provide a rich, streamlined audio player integration supporting mult… | 23 | 1453 | maintenance |
| xiepeijie/SwipeCardView SwipeCardView is an Android UI library providing a Tinder-style swipe card view with gradient stacking animations, improved from Diolor's S… | 32 | 1452 | maintenance |
| jaredrummler/Cyanea Cyanea is a dynamic theme engine for Android apps, written in Kotlin, that lets users change app colors and themes at runtime. It integrate… | 10 | 1441 | maintenance |
| race604/WaveLoading An Android library providing a wave-like loading animation implemented as a Drawable. It wraps any existing drawable and animates a rising/… | 32 | 1440 | maintenance |
| chengdazhi/StyleImageView An Android library that applies styles and filters (e.g., grayscale, sepia, invert, vintage) plus brightness and contrast adjustments to Im… | 32 | 1439 | maintenance |
| vekexasia/android-edittext-validator An Android library extending EditText with built-in data validation capabilities, usable via XML attributes. It supports common validators … | 23 | 1439 | maintenance |
| oneHamidreza/MeowBottomNavigation A Kotlin library providing a curved, material-style bottom navigation bar for Android apps. It supports customizable colors, animations, ba… | 23 | 1438 | maintenance |
| SpinyTech/ModularizationArchitecture ModularizationArchitecture is a routing-based, component-oriented architecture framework for Android that enables communication between mod… | 32 | 1437 | maintenance |
| anvil-ui/anvil Anvil is a small Java/Kotlin library for building reactive Android UIs declaratively, inspired by React's render model. Views are updated l… | 32 | 1436 | maintenance |
| laobie/NineGridImageView NineGridImageView is a custom Android widget for displaying images in a nine-grid layout, similar to the photo grids seen in Weibo or WeCha… | 32 | 1433 | maintenance |
| andreas-mausch/whatsapp-viewer A small Windows application (with command-line support) that decrypts and displays WhatsApp chat history from the Android msgstore.db datab… | 23 | 1433 | maintenance |
| MZCretin/ExpandableTextView An Android TextView library that renders Weibo-style content with expandable/collapsible text, highlighted and clickable @mentions and link… | 44 | 1432 | maintenance |
| dmytrodanylyk/android-morphing-button An Android UI library providing a button widget that can morph between shapes, sizes, and colors with animated transitions. It is extensibl… | 36 | 1429 | maintenance |
| bpellin/keepassdroid KeePassDroid is an Android port of the KeePass Password Safe, allowing users to open and manage KeePass password databases (.kdb and .kdbx,… | 42 | 1427 | maintenance |
| Yalantis/pull-to-make-soup An Android library by Yalantis providing a custom animated pull-to-refresh control (a soup-cooking animation) that wraps a RecyclerView. It… | 23 | 1426 | maintenance |
| Tamicer/Novate Novate is an Android networking library built on top of Retrofit, OkHttp, and RxJava that provides a fluent, chain-style HTTP client API. I… | 23 | 1422 | maintenance |
| 易开发 (DeveloperHelper) DeveloperHelper (易开发) is an Android developer/analysis tool app with an Xposed module that dumps DEX files from packed (hardened) APKs, plu… | 39 | 1419 | maintenance |
| mmin18/FlexLayout An Android layout view library that lets developers describe relative view positions using Java-style expressions in XML layout params, suc… | 32 | 1415 | maintenance |
| eneim/toro Toro is an Android library that simplifies automatic video playback in RecyclerView lists, starting and pausing videos based on scroll posi… | 23 | 1415 | maintenance |
| venshine/BezierMaker An Android library that draws Bezier curves of order 1 to 7 using the de Casteljau algorithm, with animated curve formation and tangent vis… | 32 | 1414 | maintenance |
| hongyangAndroid/Android-StickyNavLayout An Android layout library that implements a sticky navigation pattern, where a header area scrolls away while the tab indicator and ViewPag… | 32 | 1413 | maintenance |
| pinguo-zhouwei/CustomPopwindow An Android library that wraps Android's PopupWindow with a Builder-pattern, chainable API so popups can be configured and shown in a few li… | 23 | 1412 | maintenance |
| jaredrummler/AndroidDeviceNames A small Android library that maps a device's Build.MODEL codename to its consumer-friendly market name, backed by a database of over 27,000… | 32 | 1406 | maintenance |
| luckybilly/Gloading Gloading is a tiny (~6KB, single Java file) Android library that displays global loading, load-failed, and empty-data status views in a low… | 32 | 1403 | maintenance |
| square/anvil Anvil is a Kotlin compiler plugin and Gradle plugin that simplifies dependency injection with Dagger 2 by automatically merging Dagger modu… | 77 | 1402 | maintenance |
| google/conscrypt Conscrypt is a Java Security Provider implementing parts of the Java Cryptography Extension (JCE) and Java Secure Socket Extension (JSSE), … | 99 | 1401 | maintenance |
| ele7enxxh/Android-Inline-Hook A C library for inline hooking of native functions on 32-bit Android, supporting ARM, Thumb16, and Thumb32 instruction sets. It lets you re… | 32 | 1401 | maintenance |
| timusus/RecyclerView-FastScroll An Android library that adds a FastScroller to RecyclerViews, mimicking the Lollipop ListView fast-scroll behavior with a draggable thumb a… | 32 | 1401 | maintenance |
| pelya/android-keyboard-gadget A kernel patch and companion app that turns a rooted Android device into a USB HID keyboard and mouse, letting it control a PC at the hardw… | 32 | 1399 | maintenance |
| xiaoyaoyou1212/BLE An Android BLE (Bluetooth Low Energy) operation framework written in Java that simplifies device communication with a callback-based API. I… | 32 | 1398 | maintenance |
| Tourenathan-G5organisation/SiliCompressor SiliCompressor is an Android library for compressing images and videos with a simple, fluent API. It reduces media file sizes while maintai… | 23 | 1397 | maintenance |
| hehonghui/Colorful Colorful is an Android library for dynamic theme switching (skinning) based on Android Theme attributes. It enables day/night mode switchin… | 75 | 1395 | maintenance |
| LuckyJayce/MVCHelper An Android Java library implementing an MVC-style architecture for list-based screens, handling pull-to-refresh, automatic load-more on scr… | 23 | 1395 | maintenance |
| igalata/Bubble-Picker An Android UI library that renders an animated bubble picker for selecting content items, built with OpenGL. Items float as bubbles that us… | 10 | 1395 | maintenance |
| roomorama/Caldroid Caldroid is an Android library providing a customizable calendar fragment that displays dates in a month view. It can be embedded in an act… | 32 | 1394 | maintenance |