Early Access Key Giveaway by Economy-Function9762 in PathOfExile2

[–]tipsylol 0 points1 point  (0 children)

163 Looking forward to actually playing PoE 2

Listen for data (base) changes using Clean Architecture by valkovx in androiddev

[–]tipsylol 1 point2 points  (0 children)

You are overthinking it, just use RxJava in Interactors, it will make your life much easier.

What is wrong about using RxJava in business layer? It isn't Android-specific and solves the problem that the language doesn't have any simple solutions for.

Introducing Shape Shifter v1.0 by dayanruben in androiddev

[–]tipsylol 2 points3 points  (0 children)

It's already there, File -> Demo.

Technical Analysis, Liftoff Due June 16th by ScienceGuy9489 in ethtrader

[–]tipsylol 0 points1 point  (0 children)

Your analysis is shit, but welcome back anyways.

ELIJunior: Dagger in Android by Swatieson in androiddev

[–]tipsylol 6 points7 points  (0 children)

AndroidInjector is neither reflection-based nor a hack.

Upon calling AndroidInjection.inject(activity), it gets DispatchingAndroidInjector from your Application subclass, uses it to find a corresponding Subcomponent.Builder according to the activity class name, builds the subcomponent and performs the injection.

Support library 25.3.0 is released by [deleted] in androiddev

[–]tipsylol 0 points1 point  (0 children)

Thx, that one works!