Sunday, 6 August 2017

RxJava2Debug

If you use RxJava2, you know the StackTrace it builds will tell you very little when an exception happens.

Whether you handle the exception or let it crash your app, RxJava2Debug will give you a clear and precise StackTrace pointing to the exact line of code which caused the exception.



from The Android Arsenal

RxLifecycle

Lifecycle handling APIs for Android apps using RxJava2.



from The Android Arsenal

VercodeEditText

An Android verification code EditText.



from The Android Arsenal

advancedSmsManager

Advanced Sms Manager is library for sending sms for single and two sim-card phones. it is very handy and usefull.


Android Arsenal

from The Android Arsenal

Bapter

This is small library with few annotations and processors that will generate all RecyclerView.Adapters stuff that you need with only few lines of annotations.


Android Arsenal

from The Android Arsenal

Thursday, 3 August 2017

Debug Log

Logging value of object in a short and pretty way.

  • Don't need to define TAG, It is automatically generated by FileName - ClassName - Method - [Message] Object (Value)
  • Log all field and value of given object



from The Android Arsenal