An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: adapter-design-pattern

arminmokri/DesignPatterns

This repo features key design patterns with concise explanations and practical implementations to help you understand and apply software design principles.

Language: Java - Size: 268 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

Neeraj102001/DesignPatterns

This project demonstrates key design patterns in C# by implementing a "notification system". It uses Singleton, Factory, Facade, and Observer patterns to ensure modularity, scalability, and efficiency. The system dynamically selects notification modes (Email/SMS) and manages user notifications seamlessly.

Language: C# - Size: 1.09 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Dannemann/real-world-design-patterns

Language: Java - Size: 189 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 8 - Forks: 1

aminehsan/DesignPattern-Adapter

Analysis and implementation of the Adapter Design Pattern

Language: Python - Size: 36.1 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

AmrDeveloper/EasyAdapter

Android Annotation Processing Library to generate your adapters only with Annotations on your model, support working with Kapt and KSP Processors

Language: Kotlin - Size: 813 KB - Last synced at: 1 day ago - Pushed at: about 3 years ago - Stars: 83 - Forks: 7

sumitbhuia/World-Cup

This app uses listView , to display elements horizontally . Uses adapter-design pattern . 1. adapterview 2. data storage 3. adapter

Language: Kotlin - Size: 217 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hi-shekhar/low_level_design

Implementation of several LLD using Typescript

Language: TypeScript - Size: 1.12 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

vukan-markovic/Design_Patterns_Paint

Java Swing paint application demonstrating some design patterns

Language: Java - Size: 1.08 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 5

TheMR-777/mr_crypt

Leveraging the unmatched performance of "OpenSSL 3", with the robustness of Modern C++

Language: C++ - Size: 177 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

FlorinaMt/Simulation_Producer-Consumer_Reader-Writer_Problems

A simulation of both producer-consumer and reader-writer problems, using the fair solution.

Language: Java - Size: 13.7 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

FlorinaMt/Bidhub

RMI auction client-server, MVVM architecture and postgreSQL database

Language: Java - Size: 17.7 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

gsakshay/Image-Processing-and-Enhancement-Software

Enhance your captured memories! A test driven design oriented robust software.

Language: Java - Size: 15.9 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

divyamsavsaviya/object-oriented-design-patterns

This repository is a comprehensive showcase of various design patterns implemented in Java, demonstrating advanced Object-Oriented Design (OOD) principles in Java. The patterns implemented in this project are fundamental to building robust, flexible, and maintainable software systems.

Language: Java - Size: 1.07 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

samyam81/Adapter_Design2.0

The Adapter design pattern allows incompatible interfaces to work together seamlessly. It acts as a bridge between two incompatible interfaces by converting the interface of one class into another interface that a client expects.

Language: Java - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

pedroka-dev/Movie-Ticket-Booking

šŸæ Android Java App to simulate the booking of movie tickets of a cinema.

Language: Java - Size: 1.23 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

ayoubachak/Design-Patterns

This repo will contain full examples and tests and explanations on most of the known design patterns

Language: Java - Size: 362 KB - Last synced at: 29 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

t0thkr1s/design-patterns

My collection of design patterns written in Kotlin.

Language: Kotlin - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

SedatD/DesignPatterns

Playground for Design Patterns

Language: Java - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

dogukanmuslukcu/DesignPatterns

This is a learning project for Design Patterns

Language: C# - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sumitbhuia/Vaccine-App

This app uses , RecyclerView , and the adapter-design-pattern i.e 1.AdapterView 2.Data source 3. Adapter

Language: Kotlin - Size: 245 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kursat-ozturk/adapter_pattern_dart

The adapter design pattern is a structural pattern in software design that allows incompatible interfaces to work together seamlessly.

Language: C++ - Size: 262 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tarikbozyak/tvOSApp

MVVM design pattern sample tvOS app that featuring three screens.

Language: Swift - Size: 19.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

somyaranjan26/ObjectOrientedDesignPatterns

Size: 131 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ahmetkucukoglu/design-patterns

Design Patterns C#

Language: C# - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Design-pattrns/Adapter-Pattern

Adapter design pattern is one of the structural design pattern and it’s used so that two unrelated interfaces can work together. The object that joins these unrelated interface is called an Adapter.

Language: Java - Size: 109 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 0

furkanozev/Object-Oriented-Analysis-Design

Object Oriented Analysis and Design (JAVA Language) Design Patterns, Java GUI

Language: HTML - Size: 6.35 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

shahed-adnan/DesignPatterns

Design pattern repository contains various design pattern with real world example. SOLID principle with examples are available here as well. In the document, I will be updating the corresponding SOLID principles which are applied to each pattern. The reference document contains the resource for patterns oriented architecture.

Language: C# - Size: 32.2 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Bugrayenidunya/Singletons-In-Modular-System-Design

"How to deal with Singletons in modular system design?", the first topic of the Advanced iOS series, where I cover advanced iOS Development topics.

Language: Swift - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Bugrayenidunya/Decoupling-Dependencies-Swift

How to decouple dependencies in Swift-iOS? Sample project of the article that published on App Circle.io

Language: Swift - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

GoonerMAK/SWE-4501-Design-Patterns

SWE 4501 Design Patterns

Language: Java - Size: 126 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

iago-f-s-e/mongo-transporter

Mongo Transporter is a Go application that allows data transfer between MongoDB and other databases.

Language: Go - Size: 14.4 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

ferfujikawa/fluentvalidation-adapter-example

Projeto de exemplo de criação de adaptador para utilização do pacote FluentValidation

Language: C# - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

abrahamayquipa/software-patterns

Software standards established by the Gang of Force.

Language: CSS - Size: 64.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Surender1987/AdapterDesignPattern

Adapter design pattern

Language: C# - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

yagorv/design-patterns-kotlin

Design patterns Kotlin

Language: Kotlin - Size: 152 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

jadson-medeiros/banks-adapter

This project has as goal to use the adapter pattern with the Go language

Language: Go - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

mohamedhassan279/Email-Server Fork of mahmoudattia12/Email-Server

A simple web-based email program developed using Angular Framework and Spring Boot.

Language: TypeScript - Size: 2.24 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

RezaJenabi/DesignPatternsCSharp

Design Patterns sample in C#

Language: C# - Size: 227 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

dheeraj-bhadoria/Design-Pattersns-In-Kotlin-By-Example

Kotlin Design Patterns By Example. Best practice to code in kotlin by design patterns android.

Language: Kotlin - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

cihatsolak/dotnet-design-patterns

A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

Language: C# - Size: 11.7 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

pallavJha/DesignPatterns

DesignPatterns in Java 8. Practices after reading from Head First Design Patterns

Language: Java - Size: 229 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

NikosSpyropoulos/textTospeech-uni-project-

Desktop App - Text To Speech Editor

Language: Java - Size: 5.5 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Xakimov1610/DesignPatterns

Singleton, Factory method, Adapter, Facade, Command, Mediator, Observer, Repository, Builder

Language: C# - Size: 271 KB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mansimann/legacy-systems

Implements a software system that converts between two incompatible systems

Language: Java - Size: 136 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

MartinStokroos/Philips_MFB_544_Visaton_modification

Squawker and Tweeter Driver Modification for the Philips 22RH544/50R+ MFB speaker.

Language: G-code - Size: 22.4 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

shubham-chhimpa/design-pattern-python-3

Design Patterns in Python 3

Language: Python - Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

lgenesius/vending-machine-order-system

A project for the midterm exam in the Framework Layer Architecture course (COMP6122). This project is about a menu system for ordering vending machines.

Language: Java - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

alina-olaru/DesignPatterns

Structural Design Patterns in Java ( with some code examples ) :Adapter Design Pattern , Bridge Design Pattern , Composite Pattern ,Proxy Pattern ,Flyweight Pattern ,Facade Pattern ,Decorator Pattern .Creational Design Patterns : Singleton Pattern ,Builder Pattern ,Factory Method Pattern ,AbstractFactory Pattern ,Prototype Pattern

Language: Java - Size: 15.7 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

PAMSA-Creator/RoboCar

An educational robotics project - a small programmable robot for kids using Arduino

Language: C++ - Size: 154 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

Houshangian/Design-Pattern

Simple Examples for GOF Design patterns

Language: PHP - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

jerryzhu94/SensorApplication

Used Adapter design pattern to implement required Sensor interface

Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

jerryzhu94/SensorApplicationWithCodeReview

Used Adapter design pattern to implement required Sensor interface

Language: Java - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

tanbirhossain/Adapter-design-pattern

Language: C# - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shabazy/adapter-design-pattern

Adapter Design Pattern

Language: PHP - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

pierDipi/AdapterDesignPattern

Adapter Design Pattern

Language: Java - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Related Keywords
adapter-design-pattern 55 design-patterns 16 strategy-design-pattern 13 singleton-pattern 13 java 11 observer-design-pattern 11 decorator-pattern 9 adapter-pattern 9 singleton-design-pattern 7 factory-pattern 7 builder-design-pattern 7 command-pattern 7 factory-design-pattern 7 design-pattern 6 strategy-pattern 6 factory-method-pattern 6 abstract-factory-pattern 6 state-design-pattern 5 proxy-design-pattern 5 facade-pattern 5 adapter 5 template-pattern 4 kotlin 4 decorator-design-pattern 4 chain-of-responsibility-pattern 4 composite-pattern 4 facade-design-pattern 4 observer-pattern 4 builder-pattern 3 structural-patterns 3 singleton 3 bridge-pattern 3 prototype-pattern 3 mediator-pattern 3 solid-principles 2 csharp 2 recyclerview 2 template-design-pattern 2 abstract-factory 2 mvc-architecture 2 proxy-pattern 2 designpatterns 2 design 2 protection-proxy 2 golang 2 prototype-design-pattern 2 swift 2 swing-gui 2 composite-design-pattern 2 android 2 command-design-pattern 2 command 2 bridge-design-pattern 2 ios 2 singletonpattern 2 state-pattern 2 command-desing-pattern 2 code 1 modular-design 1 dotnet 1 fluentvalidation 1 toml-config 1 maven 1 decoupling 1 mongodb 1 dependency-injection 1 infrastructure 1 protocol-oriented-programming 1 dynamodb 1 docker-compose 1 abstractclass 1 docker 1 aws 1 abstraction 1 dependency-inversion-principle 1 factory-functions 1 interfaces 1 oops-in-java 1 templatemethod 1 spotbugs 1 uml-diagram 1 22rh544 1 3d-printing 1 loudspeaker 1 mfb 1 modification 1 philips-mfb 1 visaton 1 python3 1 eclipse 1 flyweight-pattern 1 pattern-matching 1 pattern-recognition 1 patterns 1 arduino 1 robotics 1 behavioral-patterns 1 creational-pattern 1 code-review 1 pattern 1