Skip to content

A Bluetooth remote for homemade cocktail machines.

Notifications You must be signed in to change notification settings

hfxbse/CocktailRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CocktailRemote

A Bluetooth remote for homemade cocktail machines.

Features

  • Save Cocktails, add details and an image.
  • Password protection for editing as well as for individual cocktails.
  • You decide what data is sent over Bluetooth to your machine.

Screenshots

Cocktail list Cocktail view Cocktail edit view top Cocktail edit view bottom

About the code

This app uses the AndroidX library and follows the Model-view-viewmodel design pattern which uses heavily LiveData.

If you want to contribute, make sure to use mainly this design pattern.