Skip to content

alwx/cocktaildepot-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CocktailDepot Android

Currently in development.

Basic application functionality (only view categories, ingredients, cocktails list). Social and special functions would not be available in this public repository, only in Google Play Market released application.

Code comments

  • There are two almost equal models - Ingredient & Category. It is because I think that it’s not good idea to keep only one model instead of two. Maybe, who knows, one day I may add some feature only to one of them.

  • CircleImageView is simple view (based on ImageView), that makes given bitmap circled using ‘PorterDuffXfermode` (Android SDK class). And it is the only difference between CircleImageView and default ImageView (see `com.cocktaildepot.utilites.CircleImageView` for details).

Used third-party libraries

About

CocktailDepot Android application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages