CVox
An Android audio book app for Librivox
Install / Use
/learn @conqtc/CVoxREADME
CVox
Meet CVox, a client mobile app for classic audio book website Librivox (https://librivox.org/) running on Oreo (API 26).
User Interface
This app targets from Android Marshmallow (API 23) to Oreo (API 26) and applies some Material Design guidelines.
- SearchView using configuration in manifest files which define “android.app.default_searchable” and “android.app.searchable” tag
- Alert-themed activities
- Animation for activity display and image loading
Networking Handling and Concurrent Programming
- Retrieve the list of new audio book from archive.org (RSS)
- Retrieve the list of new podcast from librivox.org (RSS)
- Retrieve the list of new blog feeds from librivox (RSS)
- Lookup book’s details and list of tracks information based on book’ id (JSON)
- Increase async task priority by executing in executor thread pool
Asynchronous list image loading
- Asynchronously download and load bitmap to ImageView by matching "tag"
- Cancel previous download task for new re-use view (view holder pattern)
Media Streaming
Implement a media service to stream audio tracks (based on https://www.sitepoint.com/a-step-by-step-guide-to-building-an-android-audio-player-app/).
Media Notification
Implement Notification Channel for Oreo compatibility
Data Parsing (XML and JSON)
CVox uses AsynTask to parse:
- XML (using XmlPullParser)
- JSON (using JsonReader)
Screenshots
Main

Podcast

Blog

Comment

Book detail

Book detail (landscape)

Buffering

Playing (lanscape)

Playing

Search

Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
