Skip to content
View tiger1990's full-sized avatar
  • Mumbai
Block or Report

Block or report tiger1990

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. RetrofitSample RetrofitSample Public

    This repository is a boost start project for Network calling and caching request. MVVM architecture and Databinding is used in this project. It will also help you understand how to write test cases…

    Java 2 1

  2. node-course-todo-api- node-course-todo-api- Public

    JavaScript

  3. Node-Web-Server Node-Web-Server Public

    Learning Node.Js Server Setup

    JavaScript

  4. QrScannerDemo QrScannerDemo Public

    Qr/BarCode Scanner Library For Android Based On ZXing

    Java

  5. Custom Tab Layout Custom Tab Layout
    1
    class MyTabLayout : TabLayout {
    2
        private val mTitles: MutableList<String> = arrayListOf()
    3
        private var mUnselectedTypeFace: Typeface? = null
    4
    
                  
    5
        constructor(context: Context?) : super(context) {
  6. BiometricAuthentication BiometricAuthentication Public

    Quick Sample To Integrate Biometric Authentication

    Kotlin 1 1