Skip to content

Skyliice/BarHelper_Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BarHelper_Android

Small dictionary for drinks and cocktails, add your own recipes and search through them with ease!

This is the android version of BarHelper. To see the IOS version click here.

API

POST adddrink.php добавляет коктейль в базу

param desc
name название коктейля string
desc описание, доп инструкции string
recipe рецепт коктейля "ComponentID:AmountInMl;ComponentID:AmountInMl;" (example 37:50;12:15;)
img url на изображение коктейля

POST addliq.php добавляет компонень в базу

param desc
name название компонента string

GET showdrink.php показать все коктейли

GET showliq.php показать все компоненты

App

Simple List of drinks with name/description search, touch the drink to see the recipe:

List Details
GitHub Logo GitHub Logo

Advanced search, look cocktail with specific components in them or choose all your components at hand and the app will show you what you can do with them, additionaly you can choose up to how many components in a cocktail you are searching.

Add you own recipe to the data base.

Choose a name and description

Upload an image from gallery or write down url of an image if its already somewhere online

Write down the recipe with exact amount of each component

Check all the information and upload it to the database!

And dont forget that you can add components to the list with ease.

Everything is stored in the MySQL database and hosted online, so all the drinks are available from any device

About

Mobile app made with Xamarin Forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages