Skip to content
View arifNislam's full-sized avatar

Block or report arifNislam

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. android-sample-arch-mvvm android-sample-arch-mvvm Public

    This repository contains a sample app that implements MVVM architecture using Android Architecture Components

    Java 1

  2. OkHttp3 interceptor which provides a... OkHttp3 interceptor which provides a mock response from local resource file.
    1
    package com.rogerthat.network.util;
    2
    
                  
    3
    import android.content.Context;
    4
    
                  
    5
    import java.io.ByteArrayOutputStream;
  3. ByteArray and String extension to ad... ByteArray and String extension to add hexadecimal methods in Kotlin
    1
    private val HEX_CHARS = "0123456789ABCDEF".toCharArray()
    2
    
                  
    3
    fun ByteArray.toHex() : String{
    4
        val result = StringBuffer()
    5
    
                  
  4. bitnetika/prefs-droid bitnetika/prefs-droid Public

    An easy to use Shared Preference tools for android

    Java 11