Skip to content
View masterofn1's full-sized avatar
:octocat:
Coding
:octocat:
Coding
  • WFH

Block or report masterofn1

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. A 2020ish way of observing network c... A 2020ish way of observing network changes for your android app
    1
    class NetworkConnectivityObserver : NetworkCallback() {
    2
        private var context: Context? = null
    3
    
                  
    4
        private val networkRequest: NetworkRequest = NetworkRequest.Builder()
    5
                .addTransportType(NetworkCapabilities.TRANSPORT_WIFI)
  2. yowmamasita/electrician yowmamasita/electrician Public

    JavaScript

  3. Matisse Matisse Public

    Forked from zhihu/Matisse

    🎆 A well-designed local image and video selector for Android

    Java

  4. Android-SQLite-Implementation Android-SQLite-Implementation Public

    Java

  5. Android-Week-View-Fork Android-Week-View-Fork Public

    Forked from Quivr/Android-Week-View

    Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.

    Java

  6. Rent-a-car Rent-a-car Public

    A platform for car rentals hosted in Google App Engine

    Python