{"id":28944028,"url":"https://github.com/kartiknagar333/statusapp","last_synced_at":"2026-04-24T22:33:52.929Z","repository":{"id":300664625,"uuid":"1006756007","full_name":"kartiknagar333/StatusApp","owner":"kartiknagar333","description":"📲 Get WhatsApp status \u0026 Instagram Feed-Reel photo \u0026 video | 💬 Chat with any WhatsApp phone number without saving it | 📥 Save \u0026 Download Instagram Feed-post \u0026 Reel media | 🖼️ Set direct wallpaper from high-quality online sources","archived":false,"fork":false,"pushed_at":"2025-06-23T01:19:59.000Z","size":6078,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T01:24:05.471Z","etag":null,"topics":["android-app","direct-whatsapp-chat","instagram-media-downloader","java","jetpack-android","jetpack-lifecycle-components","kotlin-android","mvvm","reel-downloader","retrofit2","wallpaper-setter","whatsapp-status-saver"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kartiknagar333.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-22T23:55:40.000Z","updated_at":"2025-06-23T01:13:51.000Z","dependencies_parsed_at":"2025-06-23T01:34:21.850Z","dependency_job_id":null,"html_url":"https://github.com/kartiknagar333/StatusApp","commit_stats":null,"previous_names":["kartiknagar333/statusapp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kartiknagar333/StatusApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiknagar333%2FStatusApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiknagar333%2FStatusApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiknagar333%2FStatusApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiknagar333%2FStatusApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kartiknagar333","download_url":"https://codeload.github.com/kartiknagar333/StatusApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartiknagar333%2FStatusApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261417626,"owners_count":23155086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-app","direct-whatsapp-chat","instagram-media-downloader","java","jetpack-android","jetpack-lifecycle-components","kotlin-android","mvvm","reel-downloader","retrofit2","wallpaper-setter","whatsapp-status-saver"],"created_at":"2025-06-23T05:17:06.260Z","updated_at":"2026-04-24T22:33:52.923Z","avatar_url":"https://github.com/kartiknagar333.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StatusApp\n## Features\n- #### 📲 Get WhatsApp status \u0026 Instagram Feed-Reel photo \u0026 video\n- #### 💬 Chat with any WhatsApp phone number without saving number\n- #### 📥 Save \u0026 Download Photo - Video of Instagram Feed post \u0026 Reel\n- #### 🖼️ Set Direct Wallpaper from Internet High-Quality Wallpaper Site\n\n\n## Architecture\n- The app follows the MVVM (Model–View–ViewModel) architectural pattern, along with several supporting best practices:\n- View (Activities/Fragments)Displays data and handles user interactions via data binding and observers.\n- ViewModelExposes UI state via LiveData or StateFlow, handles UI events, and coordinates with the domain layer. Survives configuration changes.\n- RepositoryActs as a single source of truth for data, mediating between local (Room database, file storage) and remote sources (WhatsApp directories, Instagram APIs, Pexels/Unsplash REST endpoints via Retrofit).\n- RoomManages local persistence of saved statuses, chats, and media metadata with DAO interfaces and entities.\n- Retrofit + OkHttpHandles network operations for Instagram, Pexels, and Unsplash APIs, with JSON serialization via Moshi/Gson.\n- CoroutinesProvides structured concurrency for background tasks, ensuring non-blocking I/O and simplified threading.\n- Data Binding / View BindingBinds UI components directly to data sources, reducing boilerplate view lookups.\n- Single Activity (optional)If implemented, uses a single-activity host with multiple Fragments for each feature area (WhatsApp, Instagram, Gallery).\n\n\n## Screenshots\n- **AboutApp - WhatsAppTab - InstagramTab**\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/b96df537-b13b-466c-9f40-37548e5c4ed1\" alt=\"Home\" width=\"300\" height=\"650\"/\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/446dd616-3666-41b5-9233-e9d187a77897\" alt=\"Home\" width=\"300\" height=\"650\" hspace=\"20\" /\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/80712aef-ed04-48f1-8c5b-369fa9935c9f\" alt=\"Home\" width=\"300\" height=\"650\"/\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n- **Choose Wallpaper Site - Search Photo**\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/c92d2971-3fdb-4234-8790-d119252afd1f\" alt=\"Home\" width=\"300\" height=\"650\"/\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/517428ba-a435-419c-81de-e7de656d6eb9\" alt=\"Home\" width=\"300\" height=\"650\" hspace=\"20\" /\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/7df9d312-3675-4a12-9405-36198fcfcd7c\" alt=\"Home\" width=\"300\" height=\"650\"/\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n- **LoadingScreen - SettingsScreen - DownloadScreen**\n\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"https://github.com/user-attachments/assets/0458f1c4-733c-4c6f-8a6e-a732374df47b\" alt=\"Home\" width=\"300\" height=\"650\"/\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/c227585e-ca3e-4280-9646-56fdfd43da84\" alt=\"Home\" width=\"300\" height=\"650\" hspace=\"20\" /\u003e\n   \u003cimg src=\"https://github.com/user-attachments/assets/3bef581e-ace0-41af-9f89-47031635860f\" alt=\"Home\" width=\"300\" height=\"650\"/\u003e\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartiknagar333%2Fstatusapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartiknagar333%2Fstatusapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartiknagar333%2Fstatusapp/lists"}