Coder Social home page Coder Social logo

cocktailsapp's Introduction

CocktailsApp Codacy Badge

It's an app to prepare your dream cocktails. Users can browse cocktails, sort them by category, glass, ingredient and to be alcoholic. They can save cocktails to favorites. Ingredients can be added to shopping list, so they can know which cocktail they wanna prepare and which ingredients needed they do not have at the moment.
 

Project is written in Kotlin.💯  

Category Glass Ingredient Alcohol
 
Favorites Search Details Shopping
 

**It's recommended to use in dark mode but light mode alternative also presented.  

The Aim Of The Project

Develop an app with new technologies and best practices in android development such as:

  • Clean Architecture - Clean architecture is a software design philosophy that separates the elements of a design into ring levels.
     
  • SOLID - SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible, and maintainable.
     
  • TDD - Testing is an integral part of the app development process. By running tests against your app consistently, you can verify your app's correctness, functional behavior, and usability before you release it publicly.
     
  • CICD - CI-CD comprises of continuous integration and continuous delivery or continuous deployment. Put together, they form a CI-CD pipeline, a series of automated workflows that help DevOps teams cut down on manual tasks.
     
  • MVVM - Its principal advantage is that it caches state and persists it through configuration changes.
     
  • HILT - Hilt provides a standard way to incorporate Dagger dependency injection into an Android application.
     
  • Navigation Components - Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.
     
  • Architecture Components - It's a new collection of libraries that contains the lifecycle-aware components. It can solve problems with configuration changes, supports data persistence, reduces boilerplate code, helps to prevent memory leaks and simplifies async data loading into your UI.
     
  • Firebase - Firebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world.
     
  • Retrofit - A type-safe HTTP client for Android and Java. Retrofit turns your HTTP API into a Java interface.
     
  • Flows - In coroutines, a flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value.
     
  • Coroutines - In addition to opening the doors to asynchronous programming, coroutines also provide a wealth of other possibilities, such as concurrency and actors.
     
  • LiveData - LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services.
     
  • ViewBinding - View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module.
     
  • Palette - Good visual design is essential for a successful app, and color schemes are a primary component of design. The Palette library is a Jetpack library that extracts prominent colors from images to create visually engaging apps.
     
  • Glide - Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.  

License

   Copyright (C) 2024 Mert Yazı
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

 

Contributing

cocktailsapp's People

Contributors

mertyazi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.