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
·
Back to badoo/android-weak-handler

Open-source alternatives to Android Weak Handler

30 open-source projects similar to badoo/android-weak-handler, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Android Weak Handler alternative.

  • nisrulz/senseynisrulz avatar

    nisrulz/sensey

    2,658View on GitHub↗

    :zap: Android Library Play with sensor events & detect gestures in a breeze.

    Kotlin
    View on GitHub↗2,658
  • nisrulz/easydeviceinfonisrulz avatar

    nisrulz/easydeviceinfo

    1,780View on GitHub↗

    :iphone: Android Library Get device information in a super easy way.

    Javaandroidandroid-libraryannotations
    View on GitHub↗1,780
  • google/guavagoogle avatar

    google/guava

    51,473View on GitHub↗

    Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t

    Javaguavajava
    View on GitHub↗51,473
  • chrisjenx/calligraphychrisjenx avatar

    chrisjenx/Calligraphy

    8,529View on GitHub↗

    Calligraphy is an Android typography framework and custom font manager used to map custom font files to text views through hierarchical style resolution and global default configurations. It provides a system for defining global default fonts and fallback priorities across an entire Android application. The project manages font assignments by evaluating a priority chain of view attributes, styles, text appearances, and themes. This allows for the injection of custom typefaces into Android text components and the mapping of font assets to theme attributes to maintain a uniform visual identity.

    Java
    View on GitHub↗8,529

AI search

Explore more awesome repositories

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

Find more with AI search
  • trinea/androidcommonTrinea avatar

    Trinea/AndroidCommon

    4,999View on GitHub↗

    AndroidCommon is a comprehensive utility library designed to provide reusable infrastructure and architectural patterns for Android application development. It organizes common helper functions into stateless modules, offering consistent access to system resources, data parsing logic, and core infrastructure abstractions. The framework distinguishes itself by providing specialized components for managing background tasks and complex user interface interactions. It includes utilities for coordinating background file transfers through the system download manager and executing shell commands to

    Java
    View on GitHub↗4,999
  • aartikov/alligatorA

    aartikov/Alligator

    0View on GitHub↗
    View on GitHub↗0
  • aaronpearce/devswitchA

    aaronpearce/DevSwitch

    0View on GitHub↗
    View on GitHub↗0
  • 8144225309/superscalar-mcp8144225309 avatar

    8144225309/superscalar-mcp

    0View on GitHub↗

    MCP server for SuperScalar — Bitcoin Lightning channel factories. Query protocol specs, estimate UTXO savings, and explore factory architectures.

    JavaScript
    View on GitHub↗0
  • afollestad/aestheticafollestad avatar

    afollestad/aesthetic

    1,974View on GitHub↗

    DEPRECATED

    Kotlinandroidandroidxdynamic
    View on GitHub↗1,974
  • afiqiqmal/sharedchamberafiqiqmal avatar

    afiqiqmal/SharedChamber

    97View on GitHub↗

    Android Secure SharedPreferences Using Facebook Conceal Encryption

    Java
    View on GitHub↗97
  • afollestad/asonA

    afollestad/ason

    0View on GitHub↗
    View on GitHub↗0
  • ahqsoftwares/tauri-ahq-storeahqsoftwares avatar

    ahqsoftwares/tauri-ahq-store

    140View on GitHub↗

    We're migrating to https://github.com/ahqstore/client

    Rust
    View on GitHub↗140
  • aidenmagrath/windows-auto-unzipperA

    aidenmagrath/Windows-Auto-Unzipper

    0View on GitHub↗
    View on GitHub↗0
  • airbnb/deeplinkdispatchairbnb avatar

    airbnb/DeepLinkDispatch

    4,412View on GitHub↗

    DeepLinkDispatch is an Android deep link router and navigation framework that maps incoming URIs to activities or handlers using declarative annotations. It functions as a system for managing deep link dispatch, parsing URI parameters, and controlling application navigation. The project distinguishes itself by automating the creation of Android manifest intent filters through static analysis of registered annotations. It provides a type-safe argument extraction system that converts raw URI strings into specific data types and supports custom link annotations to share URI prefixes across multi

    Kotlinandroidannotation-processordeep-links
    View on GitHub↗4,412
  • a7t-ai/poirota7t-ai avatar

    a7t-ai/poirot

    187View on GitHub↗

    A native macOS companion for Claude Code that lets you browse sessions, explore diffs, and re-run commands.

    Swiftaiclaudeclaude-code
    View on GitHub↗187
  • alexchantastic/alfred-open-with-vscode-workflowalexchantastic avatar

    alexchantastic/alfred-open-with-vscode-workflow

    314View on GitHub↗

    Alfred 5 workflow for opening files or folders in Visual Studio Code

    View on GitHub↗314
  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    View on GitHub↗23,201
  • abians/docker-db-managerAbianS avatar

    AbianS/docker-db-manager

    162View on GitHub↗

    A desktop application for managing Docker database containers

    TypeScript
    View on GitHub↗162
  • alexcrichton/proc-macro2A

    alexcrichton/proc-macro2

    0View on GitHub↗
    View on GitHub↗0
  • alexk111/hd-wallet-scanneralexk111 avatar

    alexk111/HD-Wallet-Scanner

    35View on GitHub↗

    HD Wallet Scanner Find all used addresses in your Bitcoin HD Wallets bypassing gap limits

    JavaScript
    View on GitHub↗35
  • alibaba/p3calibaba avatar

    alibaba/p3c

    30,827View on GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Kotlin
    View on GitHub↗30,827
  • allegiance-consulting/blazor-highchartsAllegiance-Consulting avatar

    Allegiance-Consulting/blazor-highcharts

    32View on GitHub↗

    Blazor Wrapper for Highcharts library

    C#
    View on GitHub↗32
  • almoullim/vue-tabeventsAlmoullim avatar

    Almoullim/vue-tabevents

    33View on GitHub↗

    Event-Based communication across opened tabs for Vue 2.x

    JavaScripteventsjavascriptvue-plugin
    View on GitHub↗33
  • alwindoss/morsealwindoss avatar

    alwindoss/morse

    87View on GitHub↗

    Morse Code Library in Go

    Go
    View on GitHub↗87
  • alyalin/praccjsalyalin avatar

    alyalin/PraccJS

    130View on GitHub↗

    Practice JavaScript with real-time code execution

    Rust
    View on GitHub↗130
  • alziqziq/vue-paginate-alalziqziq avatar

    alziqziq/vue-paginate-al

    48View on GitHub↗

    Vue paginate with return your data

    Vuepaginatepaginationvue
    View on GitHub↗48
  • amtrack/force-dev-toolamtrack avatar

    amtrack/force-dev-tool

    109View on GitHub↗

    `console $ npm install --global force-dev-tool `

    JavaScript
    View on GitHub↗109
  • anderscheow/validatoranderscheow avatar

    anderscheow/Validator

    129View on GitHub↗

    A tool to validate text inside TextInputLayout

    Kotlin
    View on GitHub↗129
  • androidannotations/androidannotationsandroidannotations avatar

    androidannotations/androidannotations

    10,981View on GitHub↗

    AndroidAnnotations is a suite of tools designed to automate the generation of repetitive boilerplate and setup code for mobile application development. It functions as a code generation tool that reduces manual effort by creating the plumbing required to initialize Android components and views. The project provides specialized frameworks for dependency injection, concurrency management, and view binding. It automates the assignment of system services, resources, and UI elements to fields and maps user interface events directly to methods to eliminate the need for anonymous listener classes.

    Java
    View on GitHub↗10,981
  • al0ne/linuxcheckal0ne avatar

    al0ne/LinuxCheck

    2,082View on GitHub↗

    Linux应急处置/信息搜集/漏洞检测工具,支持基础配置/网络流量/任务计划/环境变量/用户信息/Services/bash/恶意文件/内核Rootkit/SSH/Webshell/挖矿文件/挖矿进程/供应链/服务器风险等13类70+项检查

    Shell
    View on GitHub↗2,082