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
badoo avatar

badoo/android-weak-handler

0
View on GitHub↗
1,533 stars·283 forks·Java·MIT·13 views

Android Weak Handler

Memory safer implementation of android.os.Handler

Features

  • Android Development Utilities - Memory-safe implementation of standard Android handlers.
  • Developer Utilities - Memory-safe implementation of the standard Android Handler.

Star history

Star history chart for badoo/android-weak-handlerStar history chart for badoo/android-weak-handler

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Android Weak Handler

These projects share indexed features with Android Weak Handler. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does badoo/android-weak-handler do?

Memory safer implementation of android.os.Handler

What are the main features of badoo/android-weak-handler?

The main features of badoo/android-weak-handler are: Android Development Utilities, Developer Utilities.

Which projects share features with badoo/android-weak-handler?

Projects with overlapping indexed features include: nisrulz/easydeviceinfo — :iphone: [Android Library] Get device information in a super easy way. nisrulz/sensey — :zap: [Android Library] Play with sensor events & detect gestures in a breeze. chrisjenx/calligraphy — Calligraphy is an Android typography framework and custom font manager used to map custom font files to text views… google/guava — Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency… trinea/androidcommon — AndroidCommon is a comprehensive utility library designed to provide reusable infrastructure and architectural… aaronpearce/devswitch.