# Xitu **Repository Path**: lulee007/Xitu ## Basic Information - **Project Name**: Xitu - **Description**: 来自稀土掘金的Demo - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-07 - **Last Updated**: 2021-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **已经迁移到github上,[点此访问](https://github.com/lulee007/Xitu)** #Xitu 本项目仅仅用户学习目的,在Android Studio下使用`单元测试`,以及使用`开源库`进行快速开发 ## 单元测试 * junit4 使用到最多,配合`retrofit`和`rajava`进行restapi请求测试 * mockito * hamcrest ## 项目依赖 项目名称 | 项目信息 ------- | ------- [android.support.*](https://developer.android.com/tools/support-library/index.html) | Android Support Library [OkHttp](http://square.github.io/okhttp/) | An HTTP+HTTP/2 client for Android and Java applications. [retrofit](https://github.com/square/retrofit) | 网络请求组件 [RxJava](https://github.com/ReactiveX/RxJava) | RxJava 是由 Netflix 开发的响应式扩展(Reactive Extensions)的Java实现 [RxAndroid](https://github.com/ReactiveX/RxAndroid) | RxAndroid 是 RxJava 的一个针对 Android 平台的扩展 [logger](https://github.com/orhanobut/logger) | 一个简单、漂亮、功能强大的 Android 日志程序 [LeakCanary](https://github.com/square/leakcanary) | Android 内存泄漏检测工具 [prefser](https://github.com/pwittchen/prefser) | Android sp存储,包括基本类型和自定义对象.Shared Preferences Helper [sweet-alert-dialog](https://github.com/pedant/sweet-alert-dialog) | A beautiful and clever alert dialog [Localify](https://github.com/polok/localify) | 从文件中加载内容的Android类库 [glide](https://github.com/bumptech/glide)|专注于平滑滚动,为Android设计的图片加载与缓存的类库,An image loading and caching library for Android focused on smooth scrolling [ultimaterecyclerview](https://github.com/cymcsg/UltimateRecyclerView) | 下拉刷新,上拉加载更多,自定义列表头的 列表类库.A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features. [materialdrawer](https://github.com/mikepenz/MaterialDrawer) | 抽屉导航,集成简单,可扩展性强.The flexible, easy to use, all in one drawer library for your Android project. [sweetalert](https://github.com/pedant/sweet-alert-dialog) | 漂亮,简介,易用的,还有动画,提供常用的,成功,警告,错误,进度 样式弹出框.SweetAlert for Android, a beautiful and clever alert dialog [material-dialogs](https://github.com/afollestad/material-dialogs) | 漂亮,易用,可指定,材料化,能够实现输入,多选,列表等功能A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.