8000 GitHub - dora4/dora_samples: 📖基于Jetpack MVVM,https://github.com/dora4/dora 的使用教程。
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dora4/dora_samples

Repository files navigation

简体中文English

Dora SDK Official Demo

This project serves as a demonstration for https://github.com/dora4/dora.

截屏2025-04-26 16 51 12

Features

  • Crash log writing to file
  • Toast with automatic thread switching
  • Stream switching
  • Generic title bar widget
  • Loading progress dialog
  • ARouter for navigating between screens
  • EventBus for event communication
  • The Universal Adapter using BaseRecyclerViewAdapterHelper
  • The usage of ViewModel

Get Started

Clone the project to your local disk.

git clone https://github.com/dora4/dora_samples

Directory

├─bean Value Objects (VO)

├─di Dagger dependency injection

├─model Model or entity classes

├─ui User interface components, such as Activity and Fragment

├─vm ViewModel

0