fuhaodev / 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.
  • more libraries are on the way.

design principles

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

compose versions

Compose UI 1.2.x ui-core 0.0.1 | photo 0.0.2 | modal 0.0.1

Download

// ui-core
implementation("cn.qhplus.emo:ui-core:0.0.1")
// photo
implementation("cn.qhplus.emo:photo-coil:0.0.2")
// modal
implementation("cn.qhplus.emo:modal:0.0.1")

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 99.8%Language:Shell 0.2%