dora4 / dora_samples

https://github.com/dora4/dora 的使用教程。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

简体中文English

Dora SDK Official Demo

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

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
  • Getting Started
  • Clone the project to your local disk:
  • The Universal Adapter using BaseRecyclerViewAdapterHelper

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

About

https://github.com/dora4/dora 的使用教程。

License:Apache License 2.0


Languages

Language:Kotlin 75.2%Language:Java 24.8%