Skip to content
/ emo Public

some android libraries to speed up development.

License

Notifications You must be signed in to change notification settings

xjiangyan/emo

Repository files navigation

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.

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published