Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/dora_samples
❤️基于Jetpack MVVM,https://github.com/dora4/dora 的使用教程。
https://github.com/dora4/dora_samples
Last synced: about 2 months ago
JSON representation
❤️基于Jetpack MVVM,https://github.com/dora4/dora 的使用教程。
- Host: GitHub
- URL: https://github.com/dora4/dora_samples
- Owner: dora4
- License: mit
- Created: 2020-12-14T15:35:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T11:34:17.000Z (5 months ago)
- Last Synced: 2024-09-14T22:43:09.826Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 508 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```bash
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