delegate
There are 283 repositories under delegate topic.
sockeqwe/AdapterDelegates
"Favor composition over inheritance" for RecyclerView Adapters
dotnet/dotNext
Next generation API for .NET
ra1028/Carbon
🚴 A declarative library for building component-based user interfaces in UITableView and UICollectionView.
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
hazzik/DelegateDecompiler
A library which is able to decompile a delegate or a method body to its lambda representation
DenTelezhkin/DTTableViewManager
Protocol-oriented UITableView management, powered by generics and associated types.
luximetr/AnyFormatKit
Simple text formatting in Swift
hi-dhl/Binding
Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star
LuKane/KNPhotoBrowser
图片浏览器(本地和网络) ,视频浏览器 (本地和网络), 无耦合性,自定义控件,资源路径保存和获取, 完美适配 iPhone 以及 iPad ,屏幕旋转功能.
MaherKSantina/MSPeekCollectionViewDelegateImplementation
A custom paging behavior that peeks the previous and next items in a collection view
DenTelezhkin/DTCollectionViewManager
Protocol-oriented UICollectionView management, powered by generics and associated types.
Adamant-im/pool
ADAMANT Forging pool with Web interface
ZenitechSoftware/Krate
A SharedPreferences wrapper powered by Kotlin delegates
Nyrest/FastGenericNew
The ultimate fast alternative to Activator.CreateInstance<T> / new T()
malcommac/FlowKit
A declarative type-safe framework for building fast and flexible list with Tables & Collection
jessesquires/ReactiveCollectionsKit
Data-driven, declarative, reactive, diffable collections (and lists!) for iOS. A modern, fast, and flexible library for UICollectionView done right.
benzamin/BBLocationManager
A Location Manager for easily implementing location services & geofencing in iOS. Ready for iOS 11.
iotexproject/iotex-bootstrap
All necessary configuration files and step-by-step instructions for setting up and running a full-node on the IoTeX blockchain. Start contributing to the IoTeX network and explore advanced node features.
tigranv/Useful_Examples_C-Sharp
In this repository, I gathered a lot of useful examples of code and their description that I create while studying programming. Here you can find examples on the use of the Inheritance, Encapsulation, Abstraction, Interfacies, Polymorphism, Indexers, Operators Overloading, Extention Methods, System IO , Exception Handling, Delegates, Events, IDisposable, IClonable, GC, IEnumerable, IEnumerator Interfaces, Yield, Generic Programming,
dequan1331/ReusableNestingScrollview
An scrollView handler for UIScrollView & WKWebView and other scrollViews. Providing scrollview`s subViews reusable.
KeRNeLith/ImmediateReflection
.NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/set). It also provides an ObjectWrapper object allowing to use Reflection in a faster way. And finally it offers the possibility to create strongly typed delegates.
KucherenkoIhor/DelegationActivityTemplate
The sample project that demonstrate how to combine MVP and Delegation pattern to clean your Activity. The presenter usually contains business logic and we can use a delegate to init and get a value from a service, broadcast receiver or manager that depends on Android SDK.
fengzhizi715/SAF-Object-Delegate
基于 Kotlin 的委托机制实现对 Extra、SharedPreferences 的封装。已经适配 AndroidX
MediaTek-NeuroPilot/tflite-neuron-delegate
MediaTek's TFLite delegate
AndroidKTX/AndroidKTX
AndroidKTX 一个简化 Android 开发的 Kotlin 工具类集合,通过 Kotlin 语法特性封装一些好用的方法和功能,可以使代码更加简洁易读,从而有效的提高开发效率。
isfaaghyth/recyclerview-pattern
🧙♂️Enhance List Item with Visitor Pattern and Adapter Delegate
zverok/delegates
delegate :methods, to: :target, extracted from ActiveSupport
rwu823/delegate-to
:arrow_heading_up: DOM Event delegate, it works great in React and Vue
Geri-Borbas/Unity.Blog.Override_App_Delegate
A maintainable way to extend / override app delegate in Unity iOS / OSX standalone player. (Much) more at http://eppz.eu/blog/override-app-delegate-unity-ios-osx-1/
lermy3d/EventDelegateSystem
You can reach us at our facebook page!
yxbh/Cpp-Delegate-Library-Collection
C++ Delegate Library Collection
klaus01/Centipede
Swift achieve a pure library closures achieve UIKit assembly delegate and dataSource methods.
mgernand/ExpressionReflect
Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.
bitwizeshift/Delegate
Delegate is an unbelievably fast, lightweight, and 0-overhead function container.
cuzv/ThinningCoordinator
The UITableView/UICollectionView dataSource/delegate thinning coordinator, help thinning your UIViewController!
OleksandrKucherenko/autoproxy
Annotation Processing Library. Generates proxy class on top of interface/abstract class, that allows to intercept calls. Also known as a design pattern: proxy, delegate, interceptor.