Status Downloader For Whatsapp - Android CodeStatus Downloader For Whatsapp - Android Code
Complete WhatsApp Status Downloader Android app source code – Java, AdMob, Android 11+ scoped storage, reskin & publish read Recently UpdatedStatus Downloader For Whatsapp - Android Code
Complete WhatsApp Status Downloader Android app source code – Java, AdMob, Android 11+ scoped sto...
Overview
💚 Status Downloader for WhatsApp – Android Source Code
Complete Java Android Studio project · Recent & Saved tabs · Image, video and GIF support · Re-share to WhatsApp · AdMob ready · Publish on Google Play in minutes
⬇️ Try the Live Demo APK Before You Buy
Install the demo APK on your Android phone, grant "All files access" and watch the app instantly list every WhatsApp status you have viewed today. Download or re-share with one tap.
Tip: enable "Install unknown apps" for your browser on Android to install the APK file.
📖 About This Status Downloader Android Source Code
Status Downloader for WhatsApp is a complete, ready-to-publish
WhatsApp status saver Android source code written in Java
using Android Studio. The app reads WhatsApp's hidden .Statuses
folder and lists every status (image, video or GIF) the user's contacts have posted in
the last 24 hours. Users can preview them in a swipeable full-screen pager,
download them with one tap to a public Pictures/Status Downloader/
album, re-share them back to WhatsApp or any other app, and
delete what they no longer need. Already downloaded statuses live in a
separate Saved Stories tab. With AdMob banner + interstitial ads
pre-wired, full Android 11+ scoped-storage handling, support for both
WhatsApp and WhatsApp Business, and a modern
edge-to-edge UI, this is one of the fastest complete Android
utility apps to rebrand, reskin and upload to Google Play.
What end-users get:
- 👀 An offline browser for every WhatsApp status posted by their contacts today.
- 💾 One-tap download and one-tap share to WhatsApp (or any other app).
- 🗂️ A Saved tab that keeps every status they have ever downloaded.
- 🪧 A clean How to Use tutorial screen plus an "Open WhatsApp" shortcut button.
✨ Key Features
| Feature | What It Does |
|---|---|
| 👀 Recent Status Browser | Lists every WhatsApp status (image, video, GIF) posted in the last 24 hours that the user has viewed - sorted newest-first with thumbnails. |
| 💾 One-Tap Download | Saves the chosen status to a public /Pictures/Status Downloader/ album that appears in the system Gallery automatically. |
| 🗂️ Saved Tab | Separate screen + tab listing every status the user has previously downloaded, even after the original 24h WhatsApp window expires. |
| 🖼️ Swipeable Detail Pager | Full-screen ViewPager pager with Glide-powered image loading and the native VideoView for video / GIF statuses. |
| 📤 Re-share to WhatsApp | FileProvider-backed share-sheet sends image & video statuses directly to WhatsApp or any other app - works correctly on Android 11+. |
| 🗑️ Multi-Select Delete | Tap the bin icon on the Saved tab to enter multi-select mode and remove unwanted downloads in one go. |
| 🔄 Pull-to-Refresh | SwipeRefreshLayout on both tabs - the user can pull down to instantly re-scan WhatsApp's status folder. |
| 🟢 WhatsApp + WhatsApp Business | Reads from com.whatsapp AND com.whatsapp.w4b folders, on both legacy and Android 11+ scoped-storage paths. |
| 🔐 Modern Permission Flow | Asks for MANAGE_EXTERNAL_STORAGE on Android 11+ via the system settings page; falls back to runtime READ/WRITE_EXTERNAL_STORAGE on Android 6-10. |
| 📱 Edge-to-Edge UI | Status bar and gesture nav bar never overlap the UI - WindowInsetsCompat padding is applied automatically in BaseActivity on Android 14 / 15 / 16. |
| 💰 Google AdMob Integrated | Banner on the home and how-to-use screens, interstitial on app exit and every 5th status open. Change all 3 IDs in a single XML file. |
| 🪧 How-to-Use Tutorial | Built-in instructions screen with an "Open WhatsApp" button so first-time users immediately know what to do. |
| ⭐ Rate & More Apps Cards | Two extra home-screen cards driving Play Store reviews and cross-promo - the URLs auto-build from your applicationId. |
| 🌍 Multi-Language Ready | All UI strings in strings.xml - add any language with a new values-xx/ folder. |
| ⚡ Easy Reskin | Change package name, app name, icon, AdMob IDs, theme colour and card icons in under an hour. |
| 📚 Detailed Documentation | Step-by-step README.md plus inline // RESKIN: code comments showing exactly what to change for a custom build. |
🕹️ How the App Works for the End User
- Open the app - a 2-second splash leads to the home screen with 5 cards: Recent Stories, Saved Stories, How to Use, Rate Us, More Apps.
- Tap Recent Stories. On Android 11+ the app pops a dialog asking for All files access (a one-time grant) and opens the system settings page. The user toggles it on and returns.
- The app instantly lists every WhatsApp status currently in the user's
.Statusesfolder - thumbnails sorted newest-first. - Tap a thumbnail to open the full-screen swipeable pager. Swipe between statuses without leaving the viewer.
- From the viewer the user can:
- ⬇️ Download - saves a copy to
Pictures/Status Downloader/. - 📤 Share - opens the system share-sheet (WhatsApp / Telegram / e-mail / anywhere).
- 📱 WhatsApp shortcut - re-shares straight back to WhatsApp.
- ⬇️ Download - saves a copy to
- The Saved Stories tab lists every previously downloaded file. Long-press the bin icon to enter multi-select delete mode.
- Pull-to-refresh on either tab re-scans the folder instantly.
🛠️ Technical Specifications
- Programming Language: Java 11
- IDE: Android Studio Ladybug (2024.2) or newer
- Build System: Gradle 9.4 · AGP 9.x · Version Catalog (
gradle/libs.versions.toml) - compileSdk / targetSdk: 36 (latest)
- minSdk: 24 (Android 7.0+) - covers ~98% of active Android devices
- UI: AndroidX AppCompat, Material 3, Activity-KTX (EdgeToEdge + ActivityResult APIs)
- Image Loading: Glide 5.x
- Pager:
androidx.viewpager(tabs) +androidx.viewpager2 - Pull-to-refresh:
androidx.swiperefreshlayout - Round avatars:
de.hdodenhof:circleimageview - Responsive dimens:
com.intuit.sdp:sdp-android(scaled-dp) - File I/O: Apache
commons-io - Sharing:
androidx.core.content.FileProvider(works on Android 11+) - Backend: None - 100% offline app
- Monetisation: Google AdMob (banner + interstitial, Mobile Ads SDK 25.x)
- Output: APK and AAB (Android App Bundle) ready for Google Play
📦 What You Get In This Package
- ✅ Full Android Studio project with complete Java source code.
- ✅ All resources included: launcher icons (6 densities), button selectors, card layouts, themes and colour palette.
- ✅ Working Recent + Saved status tabs with full-screen swipeable pager.
- ✅ Working download, share, delete, re-share to WhatsApp actions.
- ✅ Working AdMob banner + interstitial integration (Google Mobile Ads SDK 25.x).
- ✅ Working Android 11+ MANAGE_EXTERNAL_STORAGE permission flow.
- ✅ Working FileProvider already configured for sharing on Android 11+.
- ✅ WhatsApp + WhatsApp Business path detection (legacy + scoped).
- ✅ Detailed README.md with rebrand, reskin and Google Play publish guide (including how to justify "All files access" on Play Console).
- ✅ Inline // RESKIN: code comments showing exactly where to change AdMob IDs, package name, app name, theme colour, save folder, ad frequency and splash time.
- ✅ Free future bug fixes.
⚡ Reskin & Publish on Google Play in Under an Hour
You can launch your own branded WhatsApp status saver on Google Play very quickly:
- Open the project in Android Studio & let Gradle sync.
- Change the package name &
applicationIdinapp/build.gradle(Refactor → Rename). - Replace the launcher icon via Image Asset Studio.
- Re-colour the theme from
res/values/colors.xml-colorPrimarydrives the home header, status bar and nav bar in one shot. - (Optional) Replace the 5 home-card icons - all clearly named in
res/drawable/(ic_rencent_story.xml,ic_saved_story.xml,ic_how_to_user.xml,ic_rate_us.xml,ic_more_apps.xml). - (Optional) Tune the ad frequency in
Utility.java(interstialAdsCounter == 5) and splash duration inSplashActivity.java(_splashTime = 2000). - Edit 3 strings in
res/values/strings.xmlto set your own AdMob App ID, Banner ID and Interstitial ID. - Generate a signed AAB and upload to Google Play Console (don't forget to justify All files access with the one-liner from the README).
💡 No advanced coding required for the basic rebrand - everything important lives in resource files and is clearly marked with // RESKIN: comments in code. Just search the project for RESKIN to jump to every touch-point.
🎯 Perfect For
- Indie Android developers who want a complete WhatsApp status saver source code.
- App resellers and reskin agencies who need a quick Google Play launch.
- Status / quotes / DP apps that want to add status downloading as an extra feature.
- Bloggers / influencers who run "social tools" niche websites and want a branded Android companion.
- Beginners learning Android Studio with a real-world Java file-management project (FileProvider, scoped storage, MANAGE_EXTERNAL_STORAGE, edge-to-edge insets, ViewPager).
- Educators teaching Android permissions, AdMob integration, swipe-to-refresh and modern Activity Result API.
📋 Requirements
- Android Studio Ladybug (2024.2) or newer
- JDK 17+ (auto-provisioned by Android Studio / Gradle)
- Android SDK 36 installed
- A test device or emulator running Android 7.0+ (API 24+) with WhatsApp installed
- An AdMob account for ad monetisation (optional)
🏷️ Tags
android source code, status downloader, whatsapp status saver, status saver android, whatsapp status downloader, save whatsapp status, download whatsapp status, status app android, android studio project, java whatsapp status, admob integrated app, android utility template, google play ready, offline android app, whatsapp business, edge to edge android, scoped storage android, file provider android, reskin android app.
💬 Support
Need help with rebranding, publishing or adding a new feature (e.g. native splash, sticker / quote share, dark mode, in-app review)? Send us a message and we will be happy to help. Free updates and bug fixes are included.
Launch Your Own WhatsApp Status Saver Today 🚀
Buy once, brand it, publish it on Google Play. No subscriptions, no hidden costs.
WhatsApp is a trademark of Meta Platforms, Inc. Android, Google Play and AdMob are trademarks of Google LLC. This app is not affiliated with, endorsed by, or sponsored by Meta or Google.
Features
- 👀 Recent WhatsApp Status Browser – lists every image, video and GIF status posted by contacts in the last 24 hours, sorted newest-first with thumbnails
- 💾 One-Tap Download – saves any status to a public
Pictures/Status Downloader/album that shows up instantly in the system Gallery - 🗂️ Saved Stories Tab – separate screen listing every previously downloaded status, even after the 24-hour WhatsApp window expires
- 🖼️ Full-Screen Swipeable Pager – Glide-powered image viewer and native VideoView for video / GIF statuses, swipe left-right between items
- 📤 Re-Share to WhatsApp & Other Apps – FileProvider-backed share-sheet works correctly on Android 11+ (no FileUriExposedException)
- 🗑️ Multi-Select Delete – clean up the Saved tab with multi-select bin mode
- 🔄 Pull-to-Refresh on both tabs (SwipeRefreshLayout) re-scans WhatsApp's folder instantly
- 🟢 WhatsApp + WhatsApp Business support – reads from both
com.whatsappandcom.whatsapp.w4b, legacy and scoped-storage paths - 🔐 Android 11+ Permission Flow – requests
MANAGE_EXTERNAL_STORAGEon R+ via system settings, falls back to runtimeREAD/WRITE_EXTERNAL_STORAGEon Android 6–10 - 📱 Edge-to-Edge UI (Android 14 / 15 / 16) – status bar and gesture nav bar never overlap content (auto WindowInsetsCompat padding in BaseActivity)
- 💰 Google AdMob Integrated – banner on home + how-to-use, interstitial on exit and every Nth status open (Mobile Ads SDK 25.x)
- 🪧 How-to-Use Tutorial Screen with one-tap "Open WhatsApp" shortcut button
- ⭐ Rate Us & More Apps cards – auto-build the Play Store URLs from your applicationId
- 🌍 Multi-Language Ready – all UI strings in
strings.xml, add any language with avalues-xx/folder - ⚡ Easy to Reskin – change package name, app name, launcher icon, theme colours, AdMob IDs and card icons in under an hour
- 📚 Detailed README.md + inline
// RESKIN:code comments at every customisation touch-point - 🧱 Modern Java + Gradle Stack – Java 11, Gradle 9.4, AGP 9.x, Version Catalog (
libs.versions.toml), Glide 5.x, AndroidX, Material 3 - 📦 API 24 → 36 Support – Android 7.0 to Android 14+ (covers ~98% of active devices)
- 🚀 Google Play Ready – generates a signed AAB right out of Android Studio; includes Play Console "All files access" justification text
- 🛠 Free Future Bug Fixes included with every purchase
Requirements
- Android Studio: Ladybug (2024.2.1) or newer — Koala / Meerkat also supported
- JDK: Java 17 or newer (Android Studio bundles its own JBR — no manual install needed)
- Gradle: 9.4+ with Android Gradle Plugin (AGP) 9.x — wrapper included, downloads automatically on first sync
- Android SDK: Platform 36 (Android 14+) installed via SDK Manager
- Build Tools: 36.0.0 (auto-installed by Gradle on first build)
- minSdk: 24 (Android 7.0 Nougat) — covers ~98% of active Android devices
- targetSdk / compileSdk: 36 (Android 14+) — Google Play 2026 compliant
- Test Device: Real Android phone (recommended) or emulator running Android 7.0+ with WhatsApp or WhatsApp Business installed
- Internet Connection: Required on first build to download Gradle dependencies (Glide, AdMob SDK, AndroidX, etc.)
- Disk Space: ~6 GB free (Android Studio + SDK + Gradle caches + project)
- RAM: Minimum 8 GB (16 GB recommended for smooth Gradle sync and emulator use)
- Operating System: Windows 10/11, macOS 12+, or a modern Linux distro (Ubuntu 22.04+)
- Google AdMob Account: Optional — needed only if you want to monetise the app with real ads (test ads work out-of-the-box)
- Google Play Developer Account: Optional — required only if you want to publish the final AAB to the Play Store ($25 one-time fee)
- Basic Android Knowledge: Helpful for advanced customisation, but not required for a basic rebrand — every touch-point is marked with
// RESKIN:comments
Instructions
- Unzip the downloaded package.
- Open the WhatsappStatusDownload folder in Android Studio (Ladybug 2024.2 or newer) and let Gradle sync finish.
- Change the package name &
applicationIdinapp/build.gradle(Refactor → Rename). - Replace the launcher icon via Image Asset Studio (right-click
res→ New → Image Asset). - Recolour the theme from
res/values/colors.xml—colorPrimarydrives the home header, status bar & nav bar. - Set your AdMob IDs in
res/values/strings.xml:admob_app_id,admob_banner_id,admob_fullscreen_id. - Run on a real Android 7.0+ device with WhatsApp installed and grant All files access on first launch.
- Build a signed AAB (Build → Generate Signed Bundle) and upload to Google Play Console.
- 💡 Tip: Search the project for
// RESKIN:in Android Studio — every file you need to touch is bookmarked with that comment. - 📖 Full step-by-step guide (package rename, AdMob setup, MANAGE_EXTERNAL_STORAGE flow, Play Console "All files access" justification, signed AAB build & publishing) is included in the
README.mdfile at the root of the project. - 💬 Need help with rebranding or a custom feature? Message us via Codester — free bug fixes are included with your purchase.
Other items by this author
|
Android App Reskin Service
Have your App reskinned to meet your needs.
|
$199 | Buy now |
| Category | App Templates / Android / Applications / Social |
| First release | 24 October 2019 |
| Last update | 18 May 2026 |
| Operating Systems | Android 7.0, Android 8.0, Android 9.0, Android 10.0, Android 11.0, Android 12.0, Android 4.0, Android 5.0, Android 6.0 |
| Files included | .html, .apk, .java, .xml |
| Tags | android, Java, admob, android app, Downloader, android source code, reskin, whatsapp, offline app, material design, android studio, google play, status, Whatsapp status, status saver, status downloader, whatsapp status saver, complete app, story saver, admob integrated, whatsapp status downloader, status app, download status, whatsapp business, gradle, android 14, android 15, utility app, glide, social tools, google play ready, save status, scoped storage, file provider, manage external storage, edge to edge, viewpager, reskin android |








