Skip to content
View prashantwosti's full-sized avatar
🏠
WFH
🏠
WFH

Block or report prashantwosti

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. ticker_cli ticker_cli Public

    Shows you the company price from the ticker symbol.

    Go 1 1

  2. Internet connection check using Live... Internet connection check using LiveData. For android version M or higher.
    1
    class InternetConnectionCheck (context: Context) : LiveData<Boolean>() {
    2
    
                  
    3
        private val connectivityManager = context.getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager
    4
    
                  
    5
        override fun onActive() {