I have a responsive website that I’d like wrapped into a WebView-based Android application and published on the Google Play Store. The core of the job is straightforward: load the site smoothly inside the app, but there are a few extras I need you to wire in so the finished build feels like a real, native product rather than a simple wrapper. Authentication Users must be able to sign up and log in with their email and password. The website already handles the back-end logic, so the app only needs to surface the forms, pass credentials securely, and manage session cookies or tokens the same way a mobile browser would. Extra functionality • Push notifications – Any standard solution is fine (Firebase Cloud Messaging preferred). I’ll supply the server keys; you handle registration, token refresh, and foreground/background handling. • Offline access – Cache critical resources so users can open recent pages and navigate basic content when they temporarily lose connectivity. Publishing readiness Hand over a clean Android Studio project plus a signed AAB/APK that meets all Play Store requirements (target SDK, adaptive icon, 64-bit, privacy policy link, etc.). I’ll handle the console listing; you make sure the bundle passes pre-launch review without warnings. Acceptance checklist – WebView renders the entire site without blank screens, mixed-content errors, or blocked scripts – Email/password flow completes and persists sessions correctly – Push notifications arrive when the app is foregrounded, backgrounded, or closed – Basic pages remain viewable when offline (switch device to airplane mode to test) – Splash screen, custom app icon, and package name set as provided – Final deliverables: source code, instructions to rebuild, release-ready AAB/APK If you’ve shipped WebView apps with Firebase or similar tooling before, you’ll find this quick. Let me know your timeline and any clarifications you need so we can get this live.