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

Block or report tiger1990

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