Ahmed Adel Ismail

Results 11 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

GDG-Helwan-2019

30
Stars
14
Forks
Watchers

The repository for holding the sessions code for GDG Helwan 2019, explaining Simplified Clean Architecture and MVI pattern

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

Open-Weather-Maps

62
Stars
14
Forks
Watchers

An Application that elaborates Clean Architecture, MVVM, Retrofit, Room, and written fully in RxJava2