Ahmed Adel Ismail

Results 8 repositories owned by Ahmed Adel Ismail

ActorLite

47
Stars
2
Forks
Watchers

A Light weight Actor Model library that helps communication between Components in a Message Driven manner

Binder

21
Stars
2
Forks
Watchers

An Annotation processor that allows binding two classes with each other, where the first class can listen to the updates of the second class ... ideal for MVVM and similar patterns

CommandsMap

24
Stars
6
Forks
Watchers

a library that helps avoiding the switch/case and if/else massive blocks through a table lookup technique

J-Chain

19
Stars
3
Forks
Watchers

A library that provides a set of functional patterns to enable chaining operations one after another, also helps not cutting RxJava2 streams

J-Curry

17
Stars
1
Forks
Watchers

A Java library that enables applying Functional Programming concepts like currying and partial application for functions, also it supports types like Either, Try, etc... using RxJava 2 interfaces, com...

LiteCycle

29
Stars
5
Forks
Watchers

A library that helps implementing Android's LifeCycleObserver interface for variables instead of Classes

Movies

24
Stars
5
Forks
Watchers

An Application that displays movies details

PortsAndAdaptersSample

20
Stars
3
Forks
Watchers

A sample project using the "Ports and Adapters" architecture, also called "Hexagonal" architecture