Android application

Restaurant menu

collaboration type
group project
project type
Android application
project year
2024

Restaurant menu

The project was a group effort as part of the "Mobile Application Development 1" module. Together, we developed and designed a restaurant menu app for Android. With this app, users can view a restaurant's menu and search for dishes. Each dish can be selected to view additional details, such as a description or a pie chart of nutritional values (percentages of carbohydrates, proteins, and fats). Furthermore, the app allows users to add dishes to a shopping cart, with the quantity for each dish adjustable individually.

Other projects

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });