Offline Hadith Reader

1 / 7 · Open full size
Android hadith reader that installs entire collections into an on-device SQLite library and then works with no connection at all. Each hadith is shown in Arabic, Urdu and English with its grading, and readers can bookmark, annotate, highlight and organise what they read.
Hadith collections are large — tens of thousands of entries across the six books — and the people who read them are often offline. Downloading a book over a mobile connection means a dropped request part-way through, which must not leave a half-written book behind.
Books download in chunks into staging tables and are swapped into place atomically, so an interrupted download never corrupts an installed book; later updates pull only the hadiths changed since the installed version. Everything lands in a single local SQLite database opened through op-sqlite, so reading, searching and note-taking never touch the network.
Once a book is installed, every screen — reading, chapter search, bookmarks and notes — runs entirely from the local SQLite library with no network calls. Built and run on Android; it has no app-store listing.
Category
Mobile App
Industry
Education
Year
2026
Components
1 repository