Coder Social home page Coder Social logo

donglua / emo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xjiangyan/emo

0.0 0.0 0.0 13.41 MB

some android libraries to speed up development.

License: Apache License 2.0

Shell 0.39% JavaScript 0.80% C++ 4.67% C 0.07% Kotlin 93.61% HTML 0.37% CMake 0.10%

emo's Introduction

logo

emo - speed up android development

This repository contains series of libraries for android developers:

  • ui-core: Contain some basic components such as TopBar, Loading, ... and some util methods.
  • photo: To view/pick/clip pictures with Jetpack Compose.
  • modal: A new way to implement Dialog,Toast, BottomSheet, ... with Jetpack Compose.
  • permission: Request permission with tip.
  • network: Get network state and Trace network traffic.
  • js-bridge: js bridge for WebView.
  • report: data report.
  • config: use annotation and ksp to manage configs.
  • scheme: a route library based on annotation and ksp.
  • more libraries are on the way.

Documentation

https://emo.qhplus.cn

design principles

  • Support API Level 24+.
  • Based on JDK 11.
  • All in Jetpack Compose.
  • Use coroutines for concurrency and data flow.

compose versions

emo library version Compose Version Compose Compiler Version
0.0.x 1.2.x -
0.1.x 1.3.0-beta03 1.3.1
0.2.x BOM 2022.10.00 1.3.2
0.3.x BOM 2022.11.00 1.3.2
0.4.x BOM 2023.01.00 1.4.0
0.5.x BOM 2023.01.00 1.4.2
0.6.x BOM 2023.03.00 1.4.4
0.7.x BOM 2023.04.00 1.4.5

Download

// core
implementation("cn.qhplus.emo:core:0.7.0")
// ui-core
implementation("cn.qhplus.emo:ui-core:0.7.0")
// photo
implementation("cn.qhplus.emo:photo-coil:0.7.0")
// modal
implementation("cn.qhplus.emo:modal:0.7.0")
// permission
implementation("cn.qhplus.emo:permission:0.7.0")
// network
implementation("cn.qhplus.emo:network:0.7.0")
// js-bridge
implementation("cn.qhplus.emo:js-bridge:0.7.0")
// config
implementation("cn.qhplus.emo:config-mmkv:0.7.0")
implementation("cn.qhplus.emo:config-panel:0.7.0")
ksp("cn.qhplus.emo:config-ksp:0.7.0")
// scheme
implementation("cn.qhplus.emo:scheme-impl:0.7.0")
ksp("cn.qhplus.emo:scheme-ksp:0.7.0")
// kv
implementation("cn.qhplus.emo:kv:0.7.0")

Demo apk

Download apk or scan the qrcode below(pay attention to the wall):

apk

==========================================================================

关注我的公众号,获取 emo 相关的技术解析:

公众号

给个赞赏,以资鼓励:

赞赏码

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.