Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/todo-proj/TikBili
用刷抖音的方法刷B站视频,MVI架构练手
https://github.com/todo-proj/TikBili
Last synced: 12 days ago
JSON representation
用刷抖音的方法刷B站视频,MVI架构练手
- Host: GitHub
- URL: https://github.com/todo-proj/TikBili
- Owner: todo-proj
- Created: 2023-07-11T09:20:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-06T02:53:08.000Z (2 months ago)
- Last Synced: 2024-09-06T11:57:21.643Z (2 months ago)
- Language: Kotlin
- Size: 524 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bilibili-extra - TikBili - 用刷抖音的方法刷 B 站视频.![Kotlin](svg/kotlin.svg?raw=true) ![Android](svg/android.svg?raw=true) (第三方客户端 / 直播脚本)
README
### 这个是一个练习 MVI架构以及其他功能的练手App
~~一个用抖音的交互方式,打开哔哩哔哩的新方式~~(才发现哔哩哔哩已经实现这个功能了),
左滑显示关联视频或者分p视频,右滑显示up主其他视频
#### 功能记录
2023/08/06
简单实现抖音评论UI效果,fling效果待实现
2023/07/27
MotionLayout实现Splash页动画效果,视频页面下拉更多
#### 问题记录
技术参考:
1. [哔哩哔哩野生API](https://github.com/SocialSisterYi/bilibili-API-collect)
2. [MVI架构](https://juejin.cn/post/7104565566568202276)