文件名称:jiandanwang
- 所属分类:
- android开发
- 资源属性:
- [Android] [Java] [源码]
- 上传时间:
- 2016-07-25
- 文件大小:
- 1.03mb
- 下载次数:
- 0次
- 提 供 者:
- luofen*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
注意:本项目基于android studio开发,eclipse可能无法直接导入。
本项目是一个煎蛋网的非官网安卓客户端项目源码,API用的是煎蛋官方的。
项目虽小,五脏俱全,学习这个项目,你将学到
Android Studio开发Android的基本配置
对MD风格的Theme兼容
对Volley网络请求库的封装和自定义
Application、Activity和Fragment基类的基本设计
MVC架构的使用
对超长图片加载的解决方案-Note: this project is based on studio Android development, eclipse may not be able to directly import.
This project is a non official website of Android Fried Eggs network client program source code, API is Fried Eggs official.
The project is small, Wuzangjuquan, studying this project, you will learn
Studio Android development of the basic configuration of Android
MD compatible with Theme style
Encapsulation and customization of request libraries for Volley networks
The basic design of Application, Activity, and Fragment base classes
The use of MVC architecture
Solution for long image loading
本项目是一个煎蛋网的非官网安卓客户端项目源码,API用的是煎蛋官方的。
项目虽小,五脏俱全,学习这个项目,你将学到
Android Studio开发Android的基本配置
对MD风格的Theme兼容
对Volley网络请求库的封装和自定义
Application、Activity和Fragment基类的基本设计
MVC架构的使用
对超长图片加载的解决方案-Note: this project is based on studio Android development, eclipse may not be able to directly import.
This project is a non official website of Android Fried Eggs network client program source code, API is Fried Eggs official.
The project is small, Wuzangjuquan, studying this project, you will learn
Studio Android development of the basic configuration of Android
MD compatible with Theme style
Encapsulation and customization of request libraries for Volley networks
The basic design of Application, Activity, and Fragment base classes
The use of MVC architecture
Solution for long image loading
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android项目源码煎蛋网非官方客户端项目源码
.........................................\JianDan-master
.........................................\..............\.gitignore
.........................................\..............\.idea
.........................................\..............\.....\.name
.........................................\..............\.....\compiler.xml
.........................................\..............\.....\copyright
.........................................\..............\.....\.........\profiles_settings.xml
.........................................\..............\.....\gradle.xml
.........................................\..............\.....\misc.xml
.........................................\..............\.....\modules.xml
.........................................\..............\.....\runConfigurations.xml
.........................................\..............\.....\vcs.xml
.........................................\..............\app
.........................................\..............\...\.gitignore
.........................................\..............\...\app.iml
.........................................\..............\...\build.gradle
.........................................\..............\...\libs
.........................................\..............\...\....\butterknife-6.1.0.jar
.........................................\..............\...\....\greendao-1.3.0-beta-1.jar
.........................................\..............\...\....\gson-2.2.4.jar
.........................................\..............\...\....\uk-co-senab-photoview-source.jar
.........................................\..............\...\....\universal-image-loader-1.9.3.jar
.........................................\..............\...\proguard-rules.pro
.........................................\..............\...\src
.........................................\..............\...\...\androidTest
.........................................\..............\...\...\...........\java
.........................................\..............\...\...\...........\....\com
.........................................\..............\...\...\...........\....\...\socks
.........................................\..............\...\...\...........\....\...\.....\jiandan
.........................................\..............\...\...\...........\....\...\.....\.......\ApplicationTest.java
.........................................\..............\...\...\...........\....\...\.....\.......\TestClass.java
.........................................\..............\...\...\main
.........................................\..............\...\...\....\AndroidManifest.xml
.........................................\..............\...\...\....\assets
.........................................\..............\...\...\....\......\style.css
.........................................\..............\...\...\....\java
.........................................\..............\...\...\....\....\com
.........................................\..............\...\...\....\....\...\socks
.........................................\..............\...\...\....\....\...\.....\jiandan
.........................................\..............\...\...\....\....\...\.....\.......\adapter
.........................................\..............\...\...\....\....\...\.....\.......\.......\CommentAdapter.java
.........................................\..............\...\...\....\....\...\.....\.......\.......\FreshNewsAdapter.java
.........................................\..............\...\...\....\....\...\.....\.......\.......\JokeAdapter.java
.........................................\..............\...\...\....\....\...\.....\.......\.......\PictureAdapter.java
.........................................\..............\...\...\....\....\...\.....\.......\.......\VideoAdapter.java
.........................................\..............\...\...\....\....\...\.....\.......\base
.........................................\..............\...\...\....\....\...\.....\.......\...