Skip to content
View dreamfei's full-sized avatar

Block or report dreamfei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. dreamfei.github dreamfei.github Public

    first

    HTML 1

  2. test test Public

    for testing

    HTML

  3. awesome-android-ui awesome-android-ui Public

    Forked from wasabeef/awesome-android-ui

    A curated list of awesome Android UI/UX libraries

  4. LoadingDrawable LoadingDrawable Public

    Forked from dinuscxj/LoadingDrawable

    Some beautiful android loading drawable, can be combined with any view as the LoadingView or the ProgressBar. Besides, some Drawable can customize the loading progress too.

    Java

  5. NumberProgressBar NumberProgressBar Public

    Forked from daimajia/NumberProgressBar

    A beautiful, slim Android ProgressBar.

    Java

  6. RxEasyHttp RxEasyHttp Public

    Forked from zhou-you/RxEasyHttp

    本库是一款基于RxJava2+Retrofit2实现简单易用的网络请求框架,结合android平台特性的网络封装库,采用api链式调用一点到底,集成cookie管理,多种缓存模式,极简https配置,上传下载进度显示,请求错误自动重试,请求携带token、时间戳、签名sign动态配置,自动登录成功后请求重发功能,3种层次的参数设置默认全局局部,默认标准ApiResult同时可以支持自定义的数…

    Java