Hi, there I am creating a room booking application and I need to change the status of booked room and that room should not be shown for others if they choose same date how can I perform?
@SagarS98 Maintain the status of rooms with booking date and booking status in a data type. Then while booking the room by the users in the screen, fetch the room status from the data type and process further.