一款提供dota2游戏相关资讯,视频,攻略,更新日志的Android App,基于Retrofit&RxJava&Mvp&GreenDao
下载地址
App数据均来源于网络,接口都由自己写的后台提供,后台在这儿,使用python编写,由爬虫进程与服务进程组成,部署在百度BAE平台,爬虫每隔一段时间爬取最新的资讯,视频,攻略,更新数据并存入数据库,服务进程等待客户端请求,当有客户端请求时,去数据库取数据并转换成json格式返回给客户端。
资讯的展示使用webview控件,内容是后台返回的html,这个html经过了后台处理以适应手机屏幕。
视频采用优酷sdk播放,需要传入视频vid,视频vid是由后台爬虫抓取并存入数据库,在客户端请求视频列表时返回给客户端的。不过优酷sdk里面的播放器控制界面太丑了,我就改掉了,已经看不到带有优酷logo的控制图标了^_^,优酷sdk在这 http://cloud.youku.com/down/play
Copyright (c) 2016 uin3566 <xufang2@foxmail.com> Licensed under the Apache License, Version 2.0 (the "License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.