youlookwhat/cloudreader

🗡️ 云阅:一款基于网易云音乐UI,使用玩Android Api,Retrofit2 + RxJava2 + Room + MVVM-databinding架构开发的Android客户端

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 43 minutes ago
Type:ApplicationCategory(s):AndroidMobile & Desktop
Added to GitGenius on September 13th, 2026
Created on November 20th, 2016
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 1,343
Total Stargazers: 5,012 (+0)
Total Subscribers: 160 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.8 hours
Mean response time: 3.6 days
90th percentile: 6.6 days
Tracked items: 2

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

CloudReader is an Android reading application that combines the Netease Cloud Music user interface with content from the WanAndroid API, built using Retrofit2, RxJava2, Room, and MVVM with data binding architecture.

The project addresses the need for a feature-rich Android reading client by integrating a polished music app aesthetic with technical patterns that demonstrate modern Android development practices. It fetches content through the WanAndroid API and persists data locally using Room, while RxJava2 handles asynchronous operations and RxBus manages communication between components.

Developers should choose this project if they want to study a complete, production-oriented Android application that implements Google Material Design principles throughout. It suits anyone learning MVVM architecture with data binding, as it provides concrete examples of BaseActivity and BaseFragment implementations, DataBinding-based ViewHolders, and Fragment lazy loading patterns. The codebase demonstrates practical UI techniques including CoordinatorLayout with Behavior for collapsing toolbars, SwipeRefreshLayout with RecyclerView for pull-to-refresh and load-more functionality, Glide image loading with caching and blur effects, and dark mode support. The project targets developers building reading or content-consumption applications who want reference implementations of these patterns.

The project receives active maintenance with regular updates addressing dependency upgrades and feature additions. Recent work has focused on modernizing the build environment, including gradle and JDK version updates alongside targetSdkVersion increments to maintain compatibility with current Android standards. The codebase includes optimization efforts across multiple releases, and the maintainers have added new features such as desktop shortcuts while removing deprecated content sources, indicating ongoing refinement of the application's scope and capabilities.