Files
WanAndroid/PlayAndroid/README.md
T
coco 7a4fb0e6ae a
2026-07-03 16:23:31 +08:00

63 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# PlayAndroid
## 已暂停维护
:rocket::rocket:PlayAndroid是一个使用Jetpack Compose UI框架编写的App。
![页面](https://github.com/linxiangcheer/PlayAndroid/blob/master/github-image/details_1.png)
![页面](https://github.com/linxiangcheer/PlayAndroid/blob/master/github-image/details_2.png)
![页面](https://github.com/linxiangcheer/PlayAndroid/blob/master/github-image/details_3.png)
## 关于PlayAndroid
### 1、技术栈
采用MVVM架构
路由:Navigation
分页:Paging
图片加载:Coil
SwipeRefresh
MMKV
## 1.0.12021年9月10日)
首页更新了Banner [Jetpack Compose Banner即拿即用](https://juejin.cn/post/7006230365467574302)
![Banner](https://github.com/linxiangcheer/PlayAndroid/blob/master/github-image/banner.gif)
## 1.0.22021年9月15日)
- 大部分LazyColumn做了列表状态持久化,点击进入详情再退出来看到的是上次滑动结束的位置 [LazyColumn/LazyRow列表状态持久化](https://juejin.cn/post/7007793503971328031)
- 首页列表添加"置顶"内容
- 设置页面可以选择首页是否显示"置顶"内容
![1.0.2](https://github.com/linxiangcheer/PlayAndroid/blob/master/github-image/1.0.2.png)
### 2、感谢
- 玩Android提供的Api [玩Android](https://www.wanandroid.com/)
- 官方Demo [compose-samples](https://github.com/android/compose-samples)
- Compose控件Demo [RickyHal/ComposeDemo](https://gitee.com/Rickyal/compose-demo)
- [RugerMc 手势处理](https://juejin.cn/post/6979777894104956935)
## 其他资源分享
1. [Compose图标库包](https://github.com/DevSrSouza/compose-icons)
2. [SmartToolFactory - 控件学习](https://github.com/SmartToolFactory/Jetpack-Compose-Tutorials)
3. [乐翁龙-Compose控件介绍](https://blog.csdn.net/u010976213/category_10622907.html)
4. [Bug小明 - Jetpack Compose 动画](https://juejin.cn/post/6971399722862903310)
5. [大佬们一起做的Compose UI 示例!!!强烈推荐](https://github.com/Gurupreet/ComposeCookBook)