Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ziyaddinovchiyev's full-sized avatar

Block or report ziyaddinovchiyev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. InternetConnectionLiveData.kt InternetConnectionLiveData.kt
    1
    import android.app.Application
    2
    import android.content.Context
    3
    import android.net.ConnectivityManager
    4
    import android.net.Network
    5
    import android.net.NetworkRequest
  2. Text change listener: converts dot t... Text change listener: converts dot to comma as you type
    1
    /**
    2
     * [this] text manipulation to be applied to
    3
     * converts dot to comma in input field
    4
     * prevents second comma
    5
     * "editing" is used to prevent code to re-execute on recall of doAfterTextChanged after setText()
  3. stanford-nlp-custom-annotator stanford-nlp-custom-annotator Public

    Custom Emotion Annotator for Stanford CoreNLP Java

    Java 2