来源:GitHubClub
学技术的,多多少少都仿过出名的产品。
一来,可以练练手,二来对知识点能查漏补缺。
【github|盘点 Github 上的高仿 app 项目,B站 微博 微信等等】更重要的一点是能给你带来及时的正反馈,让学习的过程不那么枯燥。
今天给大家介绍 GIthub 上几个仿造大厂的 app 项目。
高仿微信
iOS 版:
Github 地址:https://github.com/nacker/LZEasemob3
界面截图:
Android 版:
Github 地址:https://github.com/GitLqr/LQRWeChat
界面截图:
文章图片
高仿 youtube
iOS 版:
Github 地址:https://github.com/aslanyanhaik/youtube-iOS
界面截图:
Android:
Github 地址:https://github.com/TeamNewPipe/NewPipe
界面截图:
文章图片
高仿网易云音乐
iOS 版:
Github 地址:https://github.com/QuintGao/GKAudioPlayerDemo
界面截图:
文章图片
Android:
Github 地址:https://github.com/aa112901/remusic
界面截图:
文章图片
高仿Bilibili
iOS 版:
Github 地址:https://github.com/MichaelHuyp/Bilibili_Wuxianda
界面截图:
文章图片
Android:
Github 地址:https://github.com/HotBitmapGG/bilibili-android-client
界面截图:
文章图片
高仿微博
iOS 版:
Github 地址:https://github.com/sam408130/DSLolita
Android:
Github 地址:https://github.com/wenmingvs/WeiBo
界面截图:
文章图片
你还有什么想要补充的吗?
PS:如果觉得我的分享不错,欢迎大家随手点赞、转发、在看。
PS:欢迎在留言区留下你的观点,一起讨论提高。如果今天的文章让你有新的启发,欢迎转发分享给更多人。
推荐阅读
- 自动化测试|jmeter使用心得(一)
- 程序人生|接口自动化测试之pytest用例管理框架
- 开源|从蚂蚁可信隐私计算开源框架“隐语”看隐私计算发展挑战
- 项目实训|山东大学项目实训二——python+opencv实现人脸识别
- 人工智能|【人脸识别实战一】系统架构设计
- 阅读笔记|GIN(图神经网络有多强大? HOW POWERFUL ARE GRAPH NEURALNET WORKS)
- 计算机视觉-图像局部描述符
- html|手把手教你用vuepress搭建自己的网站(2)
- Python类的创建过程