awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 repository-uri

Awesome GitHub RepositoriesMobile Development Tools

SDKs and libraries for building native mapping applications on mobile platforms.

Explore 23 awesome GitHub repositories matching part of an awesome list · Mobile Development Tools. Refine with filters or upvote what's useful.

Awesome Mobile Development Tools GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • didi/doraemonkitAvatar didi

    didi/DoraemonKit

    20,420Vezi pe GitHub↗

    DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile applications. It functions as a comprehensive suite of productivity tools, providing specialized utilities for mobile UI inspection, web view debugging, and on-device performance monitoring. The toolset distinguishes itself through several targeted simulation and interception capabilities. It includes a network traffic interceptor for mocking API responses without modifying source code, a device state simulator for overriding GPS coordinates, and a mobile web debugging bridge that

    Efficiency platform for mobile app development and testing.

    Java
    Vezi pe GitHub↗20,420
  • alibaba/weexAvatar alibaba

    alibaba/weex

    18,532Vezi pe GitHub↗

    A framework for building Mobile cross-platform UI

    Cross-platform framework for building native-like mobile apps.

    C++androidiosmobile
    Vezi pe GitHub↗18,532
  • tencent/tinkerAvatar Tencent

    Tencent/tinker

    17,644Vezi pe GitHub↗

    Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime without requiring a full reinstallation or store update. It provides a comprehensive engine for injecting runtime fixes and managing the software lifecycle of deployed mobile applications. The framework distinguishes itself through a robust binary patching system that generates compact difference files between application versions, significantly reducing bandwidth usage during distribution. To ensure operational stability, it incorporates a crash-resilient safe mode that autom

    Android hot-fix solution for dynamic code and resource updates.

    Javaandroiddynamichotfix
    Vezi pe GitHub↗17,644
  • zhihu/matisseAvatar zhihu

    zhihu/Matisse

    12,530Vezi pe GitHub↗

    :fireworks: A well-designed local image and video selector for Android

    Android image and video selection library with design compliance.

    Javaandroidandroid-image-pickerandroid-image-selector
    Vezi pe GitHub↗12,530
  • amfe/lib-flexibleAvatar amfe

    amfe/lib-flexible

    12,519Vezi pe GitHub↗

    lib-flexible is a responsive CSS layout library designed to create flexible web interfaces that scale proportionally across different screen sizes and device resolutions. It functions as a viewport scaling tool that manages device pixel ratios and screen widths to ensure layouts adapt to various mobile and desktop displays. The library implements a scaling framework that calculates a dynamic root font size, enabling the consistent scaling of elements through relative rem units. It includes a CSS grid generator for producing grid styles based on design specifications, including column counts,

    Flexible layout library for H5 mobile terminal adaptation.

    JavaScript
    Vezi pe GitHub↗12,519
  • tencent/vassonicAvatar Tencent

    Tencent/VasSonic

    11,860Vezi pe GitHub↗

    VasSonic is a hybrid mobile app framework for Android and iOS designed to optimize the loading speed of web views. It functions as a web view performance optimizer and a mobile web resource cache, utilizing an HTML differential update engine to minimize remote network fetches and reduce first-screen load times. The framework distinguishes itself by splitting HTML into static templates and dynamic data, calculating differences between server state and cached content to send only modified fragments. It employs a native-to-JavaScript bridge to sync these server-side data updates directly into th

    Hybrid framework for high-performance mobile web page loading.

    Javaandroid-sdkh5hybrid
    Vezi pe GitHub↗11,860
  • bilibili/danmakuflamemasterAvatar bilibili

    bilibili/DanmakuFlameMaster

    9,608Vezi pe GitHub↗

    DanmakuFlameMaster is a high-performance rendering engine for displaying scrolling bullet comments on Android devices. It functions as a graphic engine that manages the lifecycle of on-screen comments, from parsing raw data to final visual display. The project is distinguished by its use of hardware-accelerated surface views and multi-core parallel processing to maintain smooth frame rates during high-volume content delivery. It employs a pre-caching layout engine to calculate text dimensions and motion paths before they are displayed on the screen. The system includes a rule-based visibilit

    High-performance bullet screen parsing and rendering engine for Android.

    Java
    Vezi pe GitHub↗9,608
  • didi/virtualapkAvatar didi

    didi/VirtualAPK

    9,055Vezi pe GitHub↗

    VirtualAPK is an Android plugin framework and runtime environment designed to load and execute external Android packages dynamically. It functions as a component host that allows a main application to run activities, services, and providers delivered via external modules without requiring system installation or manifest registration. The framework enables dynamic feature delivery by loading external packages at runtime, allowing application functionality to be updated without redeploying the entire app. It provides a mechanism for Android sandbox execution, running isolated components within

    Android plugin framework supporting dynamic component loading.

    Java
    Vezi pe GitHub↗9,055
  • meituan-dianping/walleAvatar Meituan-Dianping

    Meituan-Dianping/walle

    6,852Vezi pe GitHub↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Tool for generating Android channel packages efficiently.

    Javaandroidapk-signature-scheme-v2gradle
    Vezi pe GitHub↗6,852
  • didi/boosterAvatar didi

    didi/booster

    5,059Vezi pe GitHub↗

    Booster este un optimizator de build și manipulator de bytecode pentru aplicații Android, conceput pentru a reduce dimensiunea binară, a remedia crash-urile la nivel de sistem și a îmbunătăți performanța aplicației. Funcționează ca un plugin extensibil pentru procesul de build care modifică fișierele de clasă compilate și artefactele de build pentru a injecta remedieri de stabilitate și optimizări fără a altera codul sursă original. Proiectul se diferențiază prin manipularea bytecode-ului la nivel scăzut pentru a patch-ui bug-urile la nivel de OS și a gestiona pool-urile de thread-uri în timpul fazei de compilare. De asemenea, oferă un toolkit de profilare a performanței pentru a identifica operațiunile care blochează thread-ul principal și pentru a analiza problemele de stabilitate legate de resurse. Instrumentul acoperă o gamă largă de capabilități de optimizare a pachetelor, inclusiv compresia imaginilor pentru PNG-uri și WebP, eliminarea resurselor redundante și optimizarea indexului de resurse. Funcționalitatea suplimentară include reglarea performanței pentru gestionarea thread-urilor, scrieri asincrone de preferințe și analiză statică pentru scanarea artefactelor de build în vederea detectării riscurilor de securitate și a blocajelor. Sistemul utilizează o interfață de furnizor de servicii pentru integrarea plugin-urilor personalizate și poate fi executat ca o aplicație standalone decuplată de mediul principal de build.

    Quality optimization framework for mobile app performance and size.

    Kotlin
    Vezi pe GitHub↗5,059
  • meituan-dianping/robustAvatar Meituan-Dianping

    Meituan-Dianping/Robust

    4,455Vezi pe GitHub↗

    Robust este un framework de hotfix pentru Android și un updater de aplicații runtime conceput pentru remedierea bug-urilor în medii de producție. Funcționează ca un patcher de bytecode și instrument de injecție de cod dinamic, permițând modificarea logicii aplicației fără a necesita un update complet al aplicației sau o repornire a dispozitivului. Proiectul permite remedierea defectelor Android prin injectarea de noi clase și metode în build-urile existente și modificarea implementărilor metodelor existente. Utilizează un toolchain pentru a genera fișiere patch binare care actualizează comportamentul aplicației și introduc soluții temporare din mers. Sistemul realizează aceste actualizări prin redirecționarea bytecode-ului, izolarea class loader-ului și patching-ul tabelei de metode la runtime. Încorporează, de asemenea, hooking bazat pe reflexie și injecție dinamică de bytecode pentru a redirecționa fluxul de execuție în interiorul mașinii virtuale care rulează.

    Android hot-fix system for patching bugs without re-releasing.

    Javaandroiddynamicgradle
    Vezi pe GitHub↗4,455
  • bilibili/magicasakuraAvatar bilibili

    bilibili/MagicaSakura

    3,539Vezi pe GitHub↗

    MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.

    Multi-theme framework for Android applications.

    Javaandroid-librarycolorfulmulti-theme
    Vezi pe GitHub↗3,539
  • wuba/fairAvatar wuba

    wuba/Fair

    2,739Vezi pe GitHub↗

    A Flutter package used to update widget tree dynamically. Fair提供一整套Flutter动态化解决方案

    Dynamic framework for Flutter enabling hot updates.

    Dartandroidcode-pushdart
    Vezi pe GitHub↗2,739
  • meituan/wmrouterAvatar meituan

    meituan/WMRouter

    2,364Vezi pe GitHub↗

    WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。

    Android routing framework based on componentized design.

    Java
    Vezi pe GitHub↗2,364
  • iqiyi/andromedaAvatar iqiyi

    iqiyi/Andromeda

    2,270Vezi pe GitHub↗

    Andromeda simplifies local/remote communication for Android modularization

    Android componentization and cross-process communication framework.

    Javaandroidipcmodularization
    Vezi pe GitHub↗2,270
  • moagrius/tileviewAvatar moagrius

    moagrius/TileView

    1,453Vezi pe GitHub↗

    TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.

    Asynchronously display tile-based images for 2D maps.

    Java
    Vezi pe GitHub↗1,453
  • mousebird/whirlyglobeAvatar mousebird

    mousebird/WhirlyGlobe

    844Vezi pe GitHub↗

    WhirlyGlobe Development

    3D globe and flat-map SDK for mobile platforms.

    C++
    Vezi pe GitHub↗844
  • petermetz/cordova-plugin-ibeaconAvatar petermetz

    petermetz/cordova-plugin-ibeacon

    727Vezi pe GitHub↗

    license: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the…

    Provides iBeacon support for hybrid mobile applications.

    JavaScript
    Vezi pe GitHub↗727
  • openorienteering/mapperAvatar openorienteering

    openorienteering/mapper

    478Vezi pe GitHub↗

    OpenOrienteering Mapper is a software for creating maps for the orienteering sport.

    Software for creating maps for the orienteering sport.

    C++
    Vezi pe GitHub↗478
  • neurotechx/eeg-101Avatar NeuroTechX

    NeuroTechX/eeg-101

    267Vezi pe GitHub↗

    An Interactive EEG tutorial that taught EEG and BCI basics.

    Educational mobile app framework for BCI learning.

    JavaScript
    Vezi pe GitHub↗267
Înapoi12Înainte
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Mobile Development Tools