donglua / emo

some android libraries to speed up development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 相关的技术解析:

公众号

给个赞赏,以资鼓励:

赞赏码

About

some android libraries to speed up development.

License:Apache License 2.0


Languages

Language:Kotlin 93.6%Language:C++ 4.7%Language:JavaScript 0.8%Language:Shell 0.4%Language:HTML 0.4%Language:CMake 0.1%Language:C 0.1%