KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
SimpleNBA
★ 17
Open GitHub ↗
A Simple MVP Pattern for NBA Client
Download README (.md)
Explore Similar Repositories
baiduyun_spider
:
Python + MongoDB 开发的百度云资源爬虫
cscan
:
No description available.
video_play_edit_sdk
:
android平台 在ffmpeg底层增加<硬解码模块>和<硬编码模块>,极大的加速了ffmpeg的解码和编码能力.
GiftTasteHelper
:
A Stardew Valley mod that displays a tooltip with an NPC's gift tastes.
ancient-chinese-color
:
中国古代颜色表
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SimpleNBA
?
Download (.md)
# SimpleNBA 基于Material Design和MVP的新闻客户端 # Screenshot ###### NBA  <br/> ###依赖的官方支持包 * **com.android.support:support-v4:22.2.1** * **com.android.support:appcompat-v7:22.2.1** * **com.android.support:design:22.2.1** ### 引用库 库名称 | 库信息 ------- | ------- [Gson](https://github.com/google/gson) | Google json库,使用了@SerializedName标签、转对象 [okhttp](https://github.com/square/okhttp) | 网络请求库 [circleimageview](https://github.com/hdodenhof/CircleImageView) | 图片操作 [glide](https://github.com/bumptech/glide) | 图片加载库 ### License ``` Copyright 2015 hansheng 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. ```