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

Trinea/android-common

0
View on GitHub↗
5,022 stars·2,615 forks·Java·16 viewsp.codekk.com↗

Android Common

android-common is a collection of shared utility components and framework libraries for Android development. It provides specialized toolkits for reverse engineering, system utility management, data caching, and high-performance user interface components.

The project includes a reverse engineering toolkit for inspecting application internals through package decompilation and manifest data extraction. It also features a system utility toolkit for managing file operations and executing shell commands within the Android operating system.

The library covers several capability areas, including data caching via hybrid memory and disk storage for network responses and images. It also provides UI components for rendering large datasets using paginated lists and galleries with infinite scrolling.

Features

  • Android Libraries - Offers a collection of shared utility components and building blocks for Android application development.
  • Application Data Caches - Implements a system for storing images and network responses via memory and disk policies.
  • Android Media Caching - Implements specialized memory and disk caching for Android network responses and media assets.
  • Response Caching - Implements caching for network responses to improve application performance and reduce redundant remote requests.
  • Memory-Disk Layering - Balances volatile memory for fast access with persistent disk storage for long-term asset retention.
  • Android System Utilities - Ships built-in tools for performing file operations and executing shell commands within the Android system.
  • Shell Command Execution - Bridges high-level logic to a shell interface to execute system-level utility tools and file operations.
  • Android Manifest Analysis - Extracts and parses Android manifest files to map application components and internal metadata.
  • Android APK Analysis - Provides a toolkit for inspecting application internals, decompiling packages and extracting manifest data from APKs.
  • Android Application Debugging - Analyzes active components and decompiles packages to inspect the internal workings of installed apps.
  • Android System Utility Toolkits - Provides a set of tools for managing file operations, shell command execution, and data parsing.
  • Decompilers - Provides tools to transform binary application packages into human-readable source code for analysis.
  • Android Device Management - Performs privileged administration of Android system resources through file operations and shell commands.
  • Application Configuration Inspection - Analyzes active components, decompiles packages, and extracts manifest data for software inspection.
  • Android UI Components - Provides responsive lists and gallery components for handling large datasets on Android.
  • Infinite Scroll Components - Ships UI components that support infinite scrolling and responsive layouts for large datasets.
  • ViewHolder Patterns - Renders large datasets using a reusable view holder pattern to ensure smooth scrolling and memory efficiency.

Star history

Star history chart for trinea/android-commonStar history chart for trinea/android-common

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 Common

These projects share indexed features with Android Common. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • tamsiree/rxtoolTamsiree avatar

    Tamsiree/RxTool

    12,305View on GitHub↗

    RxTool is an Android development utility library consisting of reusable components and helper classes for common mobile development tasks. It provides a coordinated set of toolkits for hardware interfacing, media processing, and user interface construction. The project features specialized implementations for mobile payment integration with Alipay and WeChat Pay, as well as dedicated tools for social sharing workflows. It includes a security-focused set of human verification widgets, such as puzzle and sliding captchas, to prevent automated bot interactions. The library covers a broad capabi

    Kotlinalipaybarcodedialog
    View on GitHub↗12,305
  • muntashirakon/appmanagerMuntashirAkon avatar

    MuntashirAkon/AppManager

    7,425View on GitHub↗

    AppManager is a comprehensive suite of tools for managing applications on Android devices. It provides utilities for controlling application lifecycles, modifying manifests, and administering installed packages. The project distinguishes itself through deep system integration, offering capabilities to analyze and block specific application components such as activities, services, and broadcast receivers. It includes a system for saving and restoring applications along with their associated data and permissions, as well as tools for auditing and modifying runtime and development permissions.

    Javaadbandroidapks
    View on GitHub↗7,425
  • 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
  • xcltapestry/xcl-chartsxcltapestry avatar

    xcltapestry/XCL-Charts

    4,020View on GitHub↗

    XCL-Charts is a native Android charting library designed as a high-performance graphics engine for rendering complex, interactive data visualizations. It provides a comprehensive framework for drawing diverse 2D and 3D plots directly onto the native canvas, enabling the creation of custom user interface components for mobile applications. The library distinguishes itself through a robust architecture that handles coordinate mapping and object-oriented composition, allowing for the construction of sophisticated, multi-axis layouts. It supports real-time data exploration through gesture-driven

    Java
    View on GitHub↗4,020
Compare all 30 related projects→

Frequently asked questions

What does trinea/android-common do?

android-common is a collection of shared utility components and framework libraries for Android development. It provides specialized toolkits for reverse engineering, system utility management, data caching, and high-performance user interface components.

What are the main features of trinea/android-common?

The main features of trinea/android-common are: Android Libraries, Application Data Caches, Android Media Caching, Response Caching, Memory-Disk Layering, Android System Utilities, Shell Command Execution, Android Manifest Analysis.

Which projects share features with trinea/android-common?

Projects with overlapping indexed features include: tamsiree/rxtool — RxTool is an Android development utility library consisting of reusable components and helper classes for common… muntashirakon/appmanager — AppManager is a comprehensive suite of tools for managing applications on Android devices. It provides utilities for… trinea/androidcommon — AndroidCommon is a comprehensive utility library designed to provide reusable infrastructure and architectural… xcltapestry/xcl-charts — XCL-Charts is a native Android charting library designed as a high-performance graphics engine for rendering complex,… daimajia/numberprogressbar — NumberProgressBar is a customizable Android view library that provides a slim progress indicator. It combines a visual… blankj/androidutilcode — AndroidUtilCode is an Android utility library and system API wrapper designed to reduce development boilerplate. It…