Skip to content

Instantly share code, notes, and snippets.

@simform-solutions
simform-solutions / MultiLinesTextViewUtils.kt
Created April 9, 2018 14:10
Get text on each line into array from multiline textView.
import android.os.Build
import android.view.ViewTreeObserver
import android.widget.TextView
/**
*Created by Amit.Bhati on 08/04/18.
*/
class MultiLinesTextViewUtils(builder: Builder) {
private var getLines: GetLines = builder.getListener()!!
@simform-solutions
simform-solutions / RetrofitException.java
Last active May 21, 2019 20:36
RxErrorHandlingCallAdaptorFactory+RxJava2 global retrofit error handler.
import com.google.gson.stream.MalformedJsonException;
import java.io.IOException;
import java.lang.annotation.Annotation;
import okhttp3.ResponseBody;
import retrofit2.Converter;
import retrofit2.Response;
import retrofit2.Retrofit;