Easily find the cocktail of your choice, and prepare it yourself ! 🍹
This application was made as part of our school work at ESIEA.
The purpose was to create an application in the language of our choice with an MVC pattern. This application is coded in JAVA for Android smartphone and use an API called "TheCocktailDB".
This application will display a cocktail list based on the name that the user is looking for.
It will look for the information by querying the API, and it is possible to click on a cocktail from the list to get more information about its preparation.
A list of favorite cocktails is also available and is also accessible without an internet connection.
- MVC Pattern
- Gitflow
- Singleton
- One screen with a list (using Recycler View)
- One screen with a detail of the item.
- WebService call to an API Rest.
- Cache data storage.
- Animation (with Favorites screen)
- Additionnal features :
- Favorites management
- Search bar
- Splash screen
- Splash screen of the application :
- First screen with list of cocktail :
- First screen after a research :
Clone the repository with the following command in the folder of your choice :
git clone [email protected]:Nashunn/ESIEA-DrinkIT.git