Gregors Picture Gallery
Java Development|Gregor Stallmeister|May 16, 2025
What is the final project useful for?
With my app, I've created a way to post photos online, including detailed information about the location and time they were taken. Anyone can view all photos together in the gallery view and view them individually in the detail view. As a registered user, you can set photos as favorites (and unselect them again) and have the option of displaying only your own favorites in the gallery view. As a registered admin, you can also add photos, change the detailed information, and even delete photos. A special feature: The detail view displays the current weather data for the location where each photo was taken. My app retrieves this data from the OpenMeteo API, caches it in the database, and updates it if necessary after a validity period of 15 minutes. You are cordially invited to my gallery!
What does the final project look like?
Here is the link to the final project.