52ky 发表于 2022-4-10 12:04:29

仿影客直播APP开发实战项目

项目的框架结构采用流行的MVP,将接口与直播相关的业务逻辑分离。 同时对部分功能进行了调试和封装,也使用了比较流行的技术,比如OkHttp网络请求、glide图片加载、ORMLitee数据库、ButterKnife Notes等,并介绍了视频相关的知识和技术,从而 可以帮助学习者快速开发腾讯相关的视频应用,还包括一些服务器的实现逻辑。

(The framework structure of the project adopts the popular MVP, which separates the interface from the business logic related to live broadcasting. At the same time, some functions are debugged and encapsulated, and more popular technologies are used, such as okhttp network request, glide image loading, ormlite database, butterknife notes, etc. the video related knowledge and technology are introduced, which can help learners quickly develop Tencent related video applications, including the implementation logic of some servers.)







页: [1]
查看完整版本: 仿影客直播APP开发实战项目