You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WarrantySafe is an Android app designed to simplify warranty management. It allows users to store warranty details, track expirations, and add product information for future reference. The app offers a seamless experience with features like smart notifications and easy access to warranty data.
Android project with RoomDB, WorkFlow Api, and Flow-Coroutine to add, edit, and filter expenses of the user. The project has the functionality to backup and restore the database.
WorkManager is the recommended solution for persistent work. Work is persistent when it remains scheduled through app restarts and system reboots. Because most background processing is best accomplished through persistent work, WorkManager is the primary recommended API for background processing.