Stéphane Nicolas

Results 15 repositories owned by Stéphane Nicolas

afterburner

74
Stars
9
Forks
Watchers

A library to help other librairies getting rid of boiler plate via byte code manipulation. Works on Android too.

androidstudio4maccheatsheet

23
Stars
4
Forks
Watchers

Most useful keyboard shortcuts with default keymap in Android Studio.

boundbox

229
Stars
19
Forks
Watchers

BoundBox provides an easy way to test an object by accessing all its fields, constructor and methods, public or not. BoundBox breaks encapsulation.

toothpick

1.1k
Stars
113
Forks
Watchers

A scope tree based Dependency Injection (DI) library for Java / Kotlin / Android.

activtity-fragment-lambda

17
Stars
6
Forks
Watchers

Example of how to use lambdas to communicate between Fragments and Activities

injectextra

26
Stars
0
Forks
Watchers

Injects everything passed by extra to an activity automatically.

injectview

17
Stars
6
Forks
Watchers

On Android, Injects all views inflated from XML automatically. No boiler plate at all.

loglifecycle

206
Stars
26
Forks
Watchers

Logs all lifecycle methods of annotated Activities, Fragments, Services, Views, etc.

mimic

19
Stars
1
Forks
Watchers

Mimicing is, indeed, kind of way to bypass java single inheritance paradigm. It allows to copy all declared fields, constructors and methods in a given class into another class.

morpheus

80
Stars
10
Forks
Watchers

An Android gradle plugin to transform classes via javassist.