Skip to content
View Rahulucky03's full-sized avatar
😎
keep calm and programming
😎
keep calm and programming
Block or Report

Block or report Rahulucky03

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

  1. WeatherInfo WeatherInfo Public

    Kotlin

  2. MVVMBaseStructure MVVMBaseStructure Public

    This repository is a simple & clean base structure of MVVM architecture using Dagger2, Room, RxJava, Retrofit networking.

    Kotlin

  3. MaterialSpinner & MaterialAutocomple... MaterialSpinner & MaterialAutocompleteTextView with hint (Both can be possible using some customisation in MyAutoCompleteSpinner class)
    1
      @JvmStatic
    2
      @BindingAdapter("valueAttrChanged")
    3
      fun MyAutoCompleteSpinner.setListener(listener: InverseBindingListener?) {
    4
          this.onItemSelectedListener = if (listener != null) {
    5
              object : AdapterView.OnItemSelectedListener {
  4. Android-Notification Android-Notification Public

    Send notification to android using Retrofit Api (Without using Any server side Code)

    Java 1 3

  5. ChatApp ChatApp Public

    Firestore Basic simple chat app using Firestore Pagination Adapter

    Java 5