60 likes | 191 Vues
This week's highlights in the Room Locator App development include successfully linking user input to the database, allowing users to select buildings and rooms with images correctly fetched through URLs. Each selected room is now highlighted based on user choices, with images uniquely created for each room. Next week, our focus will be on fixing code errors and bugs to ensure a smooth demonstration, alongside exploring the implementation of a separate class for better code management.
E N D
Room Locator App Yehia Khoja Aabhas Sharma VinayakGokahle
Milestones • Create user interface with two spinners • Create database for images • Link user input to database • Highlight room • Fix bugs, memory leaks, and appearance
Points from last week • Link the database to the user input • Highlight the room selected by the user
This week’s achievements • Linked user input to database: • Let user select building and room • Insert inputs into a URL • URL fetches corresponding image • Highlight chosen room: • Create separate images with individually highlighted rooms • URL chooses the correct image with the correctly highlighted room
Goals for next week • Fix code errors and bugs for demonstration
Ideas for global variable • Create a separate class, with a public static member and use the class name to refer to the URL