Skip to content
View er-abhishek-luthra's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report er-abhishek-luthra

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. LiveData implementation of SharedPre... LiveData implementation of SharedPreferences in Android. Get value associated in SharedPreferences corresponding to a particular key with an additional ability to observe changes made to shared preferences using LiveData
    1
    package com.chargingwatts.livedata.sharedpref;
    2
    
                  
    3
    import android.content.SharedPreferences
    4
    import androidx.lifecycle.LiveData
    5