KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AndroidBLEDemo
★ 15
Open GitHub ↗
Android的蓝牙BLE实现Demo,使用MVI架构
Download README (.md)
Explore Similar Repositories
Banking-App-Mock-Compose
:
A mock banking app built with Jetpack Compose
Coffeegram-Compose-Multiplatform
:
Android + Desktop + iOS multiplatform app using Compose Multiplatform together with StateFlow and MVI
CheckPack
:
CheckPack is a native android checklist app for those going on vacation, written in Kotlin using Jetpack Compose.
JetpackComposeSnake
:
Jetpack Compose Snake Game using MVI | Jetpack Compose 基于 MVI 架构实现贪吃蛇小游戏
mvi-framework-android
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AndroidBLEDemo
?
Download (.md)
# AndroidBLEDemo Android的蓝牙BLE实现Demo,使用MVI架构 **2023-07-11** Demo中加入分包通讯和接收的实现,将MTU先改为512,然后通过计算大文本进行数据分包发送,接收时统一接收完成后进行组装。