BVAndy259/EcolimApp ? reverse-engineered prompt
Reverse engineered prompt
Build me an Android app for managing solid waste collection for a cleaning team.
It should let workers log in with email and password, then land on a dashboard that shows today’s records and total kilos collected. I want a form to add new collection entries with the waste type, weight, and location, and the app should validate the inputs so people can’t save bad data. Add a history screen where users can browse past records and search or filter by waste type or location. Also include a reports section where they can choose a date range and see simple charts with the results. There should be a profile screen that shows the user’s info, role, and assigned area.
Use a clean Android native design with a single main navigation flow, Material style UI, and Firebase for login and realtime data. If you need to, look up current Android and Firebase docs online to make sure it’s built the right way.