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.
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
:iphone: Android Library Get device information in a super easy way.
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.
:zap: Android Library Play with sensor events & detect gestures in a breeze.
Memory safer implementation of android.os.Handler
The main features of badoo/android-weak-handler are: Android Development Utilities, Developer Utilities.
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.