- Helsinki, Finland
Pinned Loading
-
Android EditText TextWatcher for for...
Android EditText TextWatcher for formatting credit card number made with Kotlin 1class CreditCardNumberFormattingTextWatcher : TextWatcher {
2private var current = ""
34override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int) {
5}
-
Android AlertDialog Rx extension
Android AlertDialog Rx extension 1import android.content.DialogInterface
2import androidx.appcompat.app.AlertDialog
3import com.jakewharton.rxbinding2.view.clicks
4import io.reactivex.Maybe
5import io.reactivex.Single
-
Android SharedPreferences Rx extension
Android SharedPreferences Rx extension 1import android.content.SharedPreferences
2import io.reactivex.Maybe
3import io.reactivex.Single
45@androidx.annotation.CheckResult
-
Android SocketIO Rx extension
Android SocketIO Rx extension 1import io.reactivex.Observable
2import io.reactivex.Single
3import io.reactivex.disposables.Disposables
4import io.socket.client.IO
5import io.socket.client.Socket
-
Google Maps SDK for Android Rx exten...
Google Maps SDK for Android Rx extension 1import android.content.Context
2import com.google.android.gms.maps.GoogleMap
3import com.google.android.gms.maps.SupportMapFragment
4import io.reactivex.Observable
5import io.reactivex.Single
-
Density pixel calculation helper
Density pixel calculation helper 1import android.content.res.Resources
2import android.util.TypedValue
34object OneDp {
5fun init(resources: Resources) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.